aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/goldmark.go
Commit message (Expand)AuthorAgeFilesLines
* Fix markdown render behaviors (#34122)wxiaoguang2025-04-051-11/+2
* Refactor markup render to fix various path problems (#34114)wxiaoguang2025-04-041-4/+0
* Fix markdown frontmatter rendering (#34102)wxiaoguang2025-04-031-29/+5
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-3/+4
* Update go tool dependencies (#32916)silverwind2024-12-191-1/+1
* Refactor markup render system (#32645)wxiaoguang2024-11-261-3/+1
* Refactor markup render system (#32612)wxiaoguang2024-11-241-2/+2
* Refactor markup render system (#32589)wxiaoguang2024-11-221-1/+1
* Refactor markup render system (#32533)wxiaoguang2024-11-181-9/+18
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-2/+3
* Refactor render system (#32492)wxiaoguang2024-11-141-1/+6
* Refactor markup package (#32399)wxiaoguang2024-11-041-1/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+1
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-3/+3
* Refactor markdown render (#30139)wxiaoguang2024-03-281-256/+7
* Refactor markdown attention render (#29984)wxiaoguang2024-03-221-63/+24
* Refactor markdown attention render (#29833)wxiaoguang2024-03-161-15/+9
* Don't use `<br />` in alert block (#29650)Yarden Shoham2024-03-081-8/+5
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-211-13/+5
* Add alert blocks in markdown (#29121)Yarden Shoham2024-02-101-16/+61
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Strip `/` from relative links (#28932)KN4CK3R2024-01-271-4/+6
* Respect branch info for relative links (#28909)KN4CK3R2024-01-251-0/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-19/+11
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-131-6/+6
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-201-0/+10
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-14/+20
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add attention blocks within quote blocks for `Note` and `Warning` (#21711)Yarden Shoham2022-11-091-0/+37
* Add color previews in markdown (#21474)Yarden Shoham2022-10-211-0/+39
* Add generic set type (#21408)KN4CK3R2022-10-121-7/+6
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-141-12/+3
* Automatically render wiki TOC (#19873)zeripath2022-06-081-26/+17
* format with gofumpt (#18184)65432022-01-201-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Open markdown image links in new window (#17287)wxiaoguang2021-10-111-0/+1
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-231-9/+10
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-111-1/+2
* Remove extraneous logging (#15020)zeripath2021-03-181-5/+0
* Fix several render issues (#14986)zeripath2021-03-161-0/+6
* Make sure sibling images get a link too (#14979)zeripath2021-03-141-1/+32
* Markdown task list improvements (#13952)silverwind2020-12-131-3/+3
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-0/+10
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-111-16/+22
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-1/+0
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-261-19/+51
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-12/+160
* 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