summaryrefslogtreecommitdiff
path: root/public/js/extra.js (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into frontend-nextYukai Huang2017-01-071-15/+39
|\
| * Update to show yaml-metadata and diagram parsing error in the viewWu Cheng-Han2017-01-041-2/+16
| * Workaround that graphviz might not recover from errorWu Cheng-Han2017-01-041-12/+22
* | Convert extra.js to es6Yukai Huang2017-01-051-332/+305
|/
* Fix mathjax not able to render issueWu Cheng-Han2016-12-201-1/+8
* Update to handle graphviz output empty graphWu Cheng-Han2016-12-191-0/+1
* Remove unused vendor code and add fix related usagesWu Cheng-Han2016-12-191-2/+2
* Update to make TOC syntax be case-insensitiveWu Cheng-Han2016-12-121-1/+1
* 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