summaryrefslogtreecommitdiff
path: root/public/js/extra.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix markdown-it gist plugin code closing tagYukai Huang2017-10-211-1/+1
| | | | fix #596
* Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue]Wu Cheng-Han2017-10-051-4/+9
|
* Fix unescape > symbol inside the style tags to make the CSS worksWu Cheng-Han2017-10-051-0/+4
|
* style: Fixed variable already declaredBoHong Li2017-05-081-2/+2
|
* Update to support code block syntax highlighting of gherkinWu Cheng-Han2017-05-051-1/+2
|
* Drop global variable ui exposingYukai Huang2017-03-281-3/+6
|
* Update to change makefile syntax highlighting to PrismWu Cheng-Han2017-03-261-0/+6
|
* Fix code styleWu Cheng-Han2017-03-261-1/+1
|
* Add support of abcjsWu Cheng-Han2017-03-261-0/+22
|
* Fix todo list item class might add in wrong elementWu Cheng-Han2017-03-221-1/+5
|
* Fix unnecessary global calling of owneruiWu Cheng-Han2017-03-221-1/+1
|
* Fix export html to replace fallen cdn tortue.me to cdnjsWu Cheng-Han2017-03-141-1/+1
|
* Fix rendering might result XSS attribute on self closing tag [Security Issue]Wu Cheng-Han2017-03-141-0/+13
|
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-977/+967
| | | | Fixed all fail on frontend code.
* Fix duplicated headers anchor link not been updated properlyWu Cheng-Han2017-02-031-1/+1
|
* Fix "[object HTMLCollection] is not iterable!" error in some browsersWu Cheng-Han2017-02-031-1/+2
|
* Merge pull request #341 from nvsofts/fix_bom_utf8Max Wu2017-02-031-2/+2
|\ | | | | Removed UTF-8 BOM in download function
| * Removed UTF-8 BOM in download functionNV2017-02-031-2/+2
| |
* | Upgrade viz.js to fix manual workaround and get smaller file sizeWu Cheng-Han2017-02-021-21/+12
|/
* Rename common.js to login.jsYukai Huang2017-01-131-1/+1
|
* 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 ↵Wu Cheng-Han2016-10-231-2/+2
| | | | HTML is escaped
* 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 ↵Wu Cheng-Han2016-10-181-15/+19
| | | | issue #217
* Optimize finishView selector performance by avoid using universal selector, ↵Wu Cheng-Han2016-10-181-50/+49
| | | | fix finishView code indentation and remove empty line
* 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
|