summaryrefslogtreecommitdiff
path: root/public/js/extra.js (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix header id and text might affects by mathjax tagsWu Cheng-Han2016-11-281-3/+12
* Update to support typescript and jsx syntax highlightingWu Cheng-Han2016-11-281-1/+3
* Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-261-1/+1
* Update to support go in code block syntax highlightingWu Cheng-Han2016-11-261-2/+3
* Fix mathjax with blockquote might have race conditionWu Cheng-Han2016-11-181-11/+13
* Update to support haskell syntax highlighting in code blockWu Cheng-Han2016-11-181-0/+6
* Fix syntax highlighting not apply correctly in slidesWu Cheng-Han2016-11-071-1/+0
* Config extra entry for html.min.cssYukai Huang2016-11-021-1/+1
* Fix viewAjaxCallback might be called on nullWu Cheng-Han2016-11-011-2/+1
* Fix viewAjaxCallback not able to be assignedWu Cheng-Han2016-10-291-0/+1
* Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han2016-10-291-3/+3
* Fix possible unclose HTML and leaked html tags when fail to parse diagramsWu Cheng-Han2016-10-261-2/+9
* Fix passing markdown-it-emoji incorrect parameter typeWu Cheng-Han2016-10-231-1/+1
* Fix code block syntax highlighting might not process properly because the HTM...Wu Cheng-Han2016-10-231-2/+2
* Fix index.js isValidURL is not defined errorWu Cheng-Han2016-10-221-0/+1
* Try to remove unused front-end dependencyWu Cheng-Han2016-10-191-0/+5
* Fix to use bower version emojify.jsWu Cheng-Han2016-10-191-2/+0
* Update to make history not depends on extraWu Cheng-Han2016-10-191-0/+36
* Update emoji parser using markdown-it-emoji instead of emojify to solve issue...Wu Cheng-Han2016-10-181-15/+19
* Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han2016-10-181-50/+49
* Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han2016-10-181-2/+2
* Fix code block which in deeper level will not be parsed issueWu Cheng-Han2016-10-181-4/+5
* Remove auto linkify image since it might print out unwanted url and it can be...Wu Cheng-Han2016-10-171-11/+1
* Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han2016-10-171-2/+5
* Update to support wrap syntax for code blockWu Cheng-Han2016-10-141-2/+4
* Fix ownership displayYukai Huang2016-10-131-3/+2
* Fix spellcheckYukai Huang2016-10-131-1/+0
* Fix HTML exportingYukai Huang2016-10-131-1/+3
* Expose parseMeta functionYukai Huang2016-10-131-1/+2
* Fix lastchangeui and moment timestampsYukai Huang2016-10-131-9/+5
* Refactor webpack moduleYukai Huang2016-10-131-48/+49
* Config CDN for viz.jsYukai Huang2016-10-131-0/+1
* Load custom markdown-it-regex plugin with script-loaderYukai Huang2016-10-121-16/+16
* Revert 56c5378Yukai Huang2016-10-121-3/+0
* Fix module exportYukai Huang2016-10-111-1/+3
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-111-15/+51
|\
| * Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han2016-10-101-14/+31
| * Update to support showing owner on the infobarWu Cheng-Han2016-10-101-0/+18
* | Revert customized markdown-it-mathjax pluginYukai Huang2016-10-111-1/+1
* | Optimize viz.js async rendering through webpack chunkYukai Huang2016-10-111-14/+18
* | Manage more packages with npm and webpackYukai Huang2016-10-111-0/+1
* | More function expose workaround for reveal-markdown.jsYukai Huang2016-10-101-0/+2
* | Fix more js errorsYukai Huang2016-10-091-0/+1
* | Fix pdfobject requireYukai Huang2016-10-091-0/+3
* | Resolve dependency module requiringYukai Huang2016-10-081-24/+53
|/
* Update to support wiki markup syntax highlighting in view using prismWu Cheng-Han2016-09-181-4/+10
* Fix the element selector in smoothHashScroll might contain special characters...Wu Cheng-Han2016-09-181-2/+5
* Fix toc id naming to avoid overlap with user tocWu Cheng-Han2016-08-151-4/+4
* Update toc styles to make toc menu always accessible without scrollingWu Cheng-Han2016-08-141-1/+3
* Update to add expand and collapse toggle for TOC, keep showing second level T...Wu Cheng-Han2016-08-021-1/+23