summaryrefslogtreecommitdiff
path: root/public/js/extra.js (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-18Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han1-2/+2
2016-10-18Fix code block which in deeper level will not be parsed issueWu Cheng-Han1-4/+5
2016-10-17Remove auto linkify image since it might print out unwanted url and it can be...Wu Cheng-Han1-11/+1
2016-10-17Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han1-2/+5
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han1-2/+4
2016-10-13Fix ownership displayYukai Huang1-3/+2
2016-10-13Fix spellcheckYukai Huang1-1/+0
2016-10-13Fix HTML exportingYukai Huang1-1/+3
2016-10-13Expose parseMeta functionYukai Huang1-1/+2
2016-10-13Fix lastchangeui and moment timestampsYukai Huang1-9/+5
2016-10-13Refactor webpack moduleYukai Huang1-48/+49
2016-10-13Config CDN for viz.jsYukai Huang1-0/+1
2016-10-12Load custom markdown-it-regex plugin with script-loaderYukai Huang1-16/+16
2016-10-12Revert 56c5378Yukai Huang1-3/+0
2016-10-11Fix module exportYukai Huang1-1/+3
2016-10-11Revert customized markdown-it-mathjax pluginYukai Huang1-1/+1
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang1-14/+18
2016-10-11Manage more packages with npm and webpackYukai Huang1-0/+1
2016-10-10Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han1-14/+31
2016-10-10Update to support showing owner on the infobarWu Cheng-Han1-0/+18
2016-10-10More function expose workaround for reveal-markdown.jsYukai Huang1-0/+2
2016-10-09Fix more js errorsYukai Huang1-0/+1
2016-10-09Fix pdfobject requireYukai Huang1-0/+3
2016-10-08Resolve dependency module requiringYukai Huang1-24/+53
2016-09-18Update to support wiki markup syntax highlighting in view using prismWu Cheng-Han1-4/+10
2016-09-18Fix the element selector in smoothHashScroll might contain special characters...Wu Cheng-Han1-2/+5
2016-08-15Fix toc id naming to avoid overlap with user tocWu Cheng-Han1-4/+4