aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown
Commit message (Expand)AuthorAgeFilesLines
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-0/+8
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-6/+3
* Automatically render wiki TOC (#19873)zeripath2022-06-083-30/+24
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+2
* Bump goldmark to v1.4.11 (#19201)Robert Kaussow2022-03-241-0/+13
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-061-0/+5
* format with gofumpt (#18184)65432022-01-203-15/+17
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+3
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-151-0/+8
* Prevent double sanitize (#16386)KN4CK3R2021-11-191-59/+45
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-12/+5
* Open markdown image links in new window (#17287)wxiaoguang2021-10-112-4/+8
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* 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