summaryrefslogtreecommitdiff
path: root/public/js/extra.js (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-19Fix image alt not render properlyWu Cheng-Han1-1/+2
2018-01-16Fix anchor id to keep uppercase charactersMax Wu1-1/+5
2017-10-30Fix mermaid error handlingSheogorath1-2/+7
2017-10-30Use mermaidAPI in mermaid scopeSheogorath1-12/+4
2017-10-21Fix markdown-it gist plugin code closing tagYukai Huang1-1/+1
2017-10-05Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue]Wu Cheng-Han1-4/+9
2017-10-05Fix unescape > symbol inside the style tags to make the CSS worksWu Cheng-Han1-0/+4
2017-05-08style: Fixed variable already declaredBoHong Li1-2/+2
2017-05-05Update to support code block syntax highlighting of gherkinWu Cheng-Han1-1/+2
2017-03-28Drop global variable ui exposingYukai Huang1-3/+6
2017-03-26Update to change makefile syntax highlighting to PrismWu Cheng-Han1-0/+6
2017-03-26Fix code styleWu Cheng-Han1-1/+1
2017-03-26Add support of abcjsWu Cheng-Han1-0/+22
2017-03-22Fix todo list item class might add in wrong elementWu Cheng-Han1-1/+5
2017-03-22Fix unnecessary global calling of owneruiWu Cheng-Han1-1/+1
2017-03-14Fix export html to replace fallen cdn tortue.me to cdnjsWu Cheng-Han1-1/+1
2017-03-14Fix rendering might result XSS attribute on self closing tag [Security Issue]Wu Cheng-Han1-0/+13
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-977/+967
2017-02-03Fix duplicated headers anchor link not been updated properlyWu Cheng-Han1-1/+1
2017-02-03Fix "[object HTMLCollection] is not iterable!" error in some browsersWu Cheng-Han1-1/+2
2017-02-03Removed UTF-8 BOM in download functionNV1-2/+2
2017-02-02Upgrade viz.js to fix manual workaround and get smaller file sizeWu Cheng-Han1-21/+12
2017-01-13Rename common.js to login.jsYukai Huang1-1/+1
2017-01-05Convert extra.js to es6Yukai Huang1-332/+305
2017-01-04Update to show yaml-metadata and diagram parsing error in the viewWu Cheng-Han1-2/+16
2017-01-04Workaround that graphviz might not recover from errorWu Cheng-Han1-12/+22
2016-12-20Fix mathjax not able to render issueWu Cheng-Han1-1/+8
2016-12-19Update to handle graphviz output empty graphWu Cheng-Han1-0/+1
2016-12-19Remove unused vendor code and add fix related usagesWu Cheng-Han1-2/+2
2016-12-12Update to make TOC syntax be case-insensitiveWu Cheng-Han1-1/+1
2016-11-28Fix header id and text might affects by mathjax tagsWu Cheng-Han1-3/+12
2016-11-28Update to support typescript and jsx syntax highlightingWu Cheng-Han1-1/+3
2016-11-26Optimize hackmd resource packing and load ordersWu Cheng-Han1-1/+1
2016-11-26Update to support go in code block syntax highlightingWu Cheng-Han1-2/+3
2016-11-18Fix mathjax with blockquote might have race conditionWu Cheng-Han1-11/+13
2016-11-18Update to support haskell syntax highlighting in code blockWu Cheng-Han1-0/+6
2016-11-07Fix syntax highlighting not apply correctly in slidesWu Cheng-Han1-1/+0
2016-11-02Config extra entry for html.min.cssYukai Huang1-1/+1
2016-11-01Fix viewAjaxCallback might be called on nullWu Cheng-Han1-2/+1
2016-10-29Fix viewAjaxCallback not able to be assignedWu Cheng-Han1-0/+1
2016-10-29Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han1-3/+3
2016-10-26Fix possible unclose HTML and leaked html tags when fail to parse diagramsWu Cheng-Han1-2/+9
2016-10-23Fix passing markdown-it-emoji incorrect parameter typeWu Cheng-Han1-1/+1
2016-10-23Fix code block syntax highlighting might not process properly because the HTM...Wu Cheng-Han1-2/+2
2016-10-22Fix index.js isValidURL is not defined errorWu Cheng-Han1-0/+1
2016-10-19Try to remove unused front-end dependencyWu Cheng-Han1-0/+5
2016-10-19Fix to use bower version emojify.jsWu Cheng-Han1-2/+0
2016-10-19Update to make history not depends on extraWu Cheng-Han1-0/+36
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve issue...Wu Cheng-Han1-15/+19
2016-10-18Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han1-50/+49