aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown
Commit message (Expand)AuthorAgeFilesLines
* Fix table alignment in markdown (#16596)zeripath2021-08-021-1/+3
* modules/markup/markdown: fix dropped test error (#16438)Lars Lehtonen2021-07-181-0/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-2/+7
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-232-12/+13
* Fixed individual markdown tests. (#15802)KN4CK3R2021-05-091-0/+6
* Refactor renders (#15175)Lunny Xiao2021-04-192-57/+112
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-0/+3
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-112-1/+15
* Remove extraneous logging (#15020)zeripath2021-03-181-5/+0
* Fix several render issues (#14986)zeripath2021-03-163-9/+119
* Make sure sibling images get a link too (#14979)zeripath2021-03-142-1/+43
* Markdown task list improvements (#13952)silverwind2020-12-132-6/+6
* Fix markdown meta parsing (#12817)John Olheiser2020-09-122-7/+72
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+49
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-041-5/+26
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-0/+26
* Disable all typographic replacements in markdown renderer (#11871)silverwind2020-06-131-7/+0
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-8/+22
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-112-20/+26
* Restore checkbox rendering and prevent poor sanitization of spans (#11277)zeripath2020-05-031-0/+12
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-1/+0
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-262-20/+91
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-245-16/+482
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-2/+2
* Handle yaml frontmatter (#11016)zeripath2020-04-091-0/+2
* Fix internal server error on checkboxes (#10845)zeripath2020-03-261-1/+1
* Completely fix task-list checkbox styling (#10798)zeripath2020-03-221-0/+6
* Don't manually replace whitespace during render (#10291)mrsdizzie2020-02-171-1/+0
* Don't convert ellipsis in markdown (#9905)John Olheiser2020-01-221-2/+3
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-2/+2
* Fix markdown anchor links (#9673)Moritz2020-01-161-0/+3
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-313-173/+252
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-232-9/+11
* Convert EOL to UNIX-style to render MD properly (#8925)guillep2k2019-11-132-1/+24
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-312-106/+111
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-4/+5
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-2/+2
* Fix markdown invoke sequence (#7513)Lunny Xiao2019-07-181-1/+1
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-161-0/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-3/+11
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-212-4/+72
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-1/+1
* Fix markdown image with link (#4675)L.E.R2018-10-302-22/+21
* Replace src with raw to fix image paths (#4377)Jonas Franz2018-07-051-1/+1
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-272-117/+35
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-202-18/+20
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-212-0/+502