summaryrefslogtreecommitdiff
path: root/public/js/extra.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add simple support for cindyjscindystuebinm2021-05-171-0/+43
* Fix click handler for numbered task listsErik Michelson2021-05-051-6/+6
* Linter: Fix all lint errorsPhilip Molares2021-02-151-34/+40
* Don't store mermaid diagrams in innerHTMLDavid Mehren2020-12-271-1/+1
* Replace CodiMD with HedgeDocErik Michelson2020-11-141-2/+2
* Use URL constructor instead of regex to check for valid URLDavid Mehren2020-11-101-9/+4
* Made changed/created status translatableErik Michelson2020-08-131-3/+6
* Restructured locale.js to be included into the editor's js bundleErik Michelson2020-08-131-6/+2
* Fixed setting moment.js locale to user-defined languageErik Michelson2020-08-131-1/+6
* make standard conform [fix]hoijui2019-10-301-8/+5
* make `headerIds` `const` [fix]hoijui2019-10-301-1/+1
* fix gfm header link generation with respect to `deduplicatedHeaderId`hoijui2019-10-301-19/+69
* Allow to generate lower case header references through the confighoijui2019-10-221-1/+5
* slight doc comment touch-up/simplification [minor]hoijui2019-10-221-3/+3
* Fix eslint warningsSheogorath2019-05-311-218/+218
* Fix stored XSS in the graphviz error message rendering [Security Issue]Max Wu2019-04-161-6/+7
* Fix broken HTML export with emojisSheogorath2019-03-091-1/+1
* Remove broken speakerdeck embeddingSheogorath2019-02-211-28/+7
* Fix wrong anchorsSheogorath2018-11-191-2/+4
* Again: Replace emoji-plugin regexSheogorath2018-10-311-7/+6
* Fix emoji regexSheogorath2018-10-291-1/+1
* Merge pull request #1006 from SISheogorath/fix/missingEmojisChristoph (Sheogorath) Kern2018-10-221-0/+15
|\
| * Fix not rendered autocomplete emojisSheogorath2018-10-101-0/+15
* | Remove dead package octiconSheogorath2018-10-101-1/+1
|/
* Add rel="noopener" to target="_blank" linksSheogorath2018-10-041-1/+3
* Rebrand HackMD to CodiMDSheogorath2018-06-241-2/+2
* Fix task todo might not toggleMax Wu2018-01-241-2/+2
* Fix image alt not render properlyWu Cheng-Han2018-01-191-1/+2
* Fix anchor id to keep uppercase charactersMax Wu2018-01-161-1/+5
* Fix mermaid error handlingSheogorath2017-10-301-2/+7
* Use mermaidAPI in mermaid scopeSheogorath2017-10-301-12/+4
* Fix markdown-it gist plugin code closing tagYukai Huang2017-10-211-1/+1
* 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
* 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 functionNV2017-02-031-2/+2
* | Upgrade viz.js to fix manual workaround and get smaller file sizeWu Cheng-Han2017-02-021-21/+12
|/