| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix markdown meta parsing (#12817) | John Olheiser | 2020-09-12 | 2 | -7/+72 |
* | Issue templates directory (#11450) | John Olheiser | 2020-09-11 | 1 | -0/+49 |
* | Add loading spinners and mermaid error handling (#12358) | silverwind | 2020-08-04 | 1 | -5/+26 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 1 | -0/+26 |
* | Disable all typographic replacements in markdown renderer (#11871) | silverwind | 2020-06-13 | 1 | -7/+0 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 2 | -8/+22 |
* | Prevent 500 with badly formed task list (#11328) | zeripath | 2020-05-11 | 2 | -20/+26 |
* | Restore checkbox rendering and prevent poor sanitization of spans (#11277) | zeripath | 2020-05-03 | 1 | -0/+12 |
* | Prevent panic during wrappedConn close at hammertime (#11219) | zeripath | 2020-04-26 | 1 | -1/+0 |
* | Make TaskCheckBox render correctly (#11214) | zeripath | 2020-04-26 | 2 | -20/+91 |
* | Use markdown frontmatter to provide Table of contents, language and frontmatt... | zeripath | 2020-04-24 | 5 | -16/+482 |
* | enable ENABLE_HARD_LINE_BREAK by default (#11162) | silverwind | 2020-04-21 | 1 | -2/+2 |
* | Handle yaml frontmatter (#11016) | zeripath | 2020-04-09 | 1 | -0/+2 |
* | Fix internal server error on checkboxes (#10845) | zeripath | 2020-03-26 | 1 | -1/+1 |
* | Completely fix task-list checkbox styling (#10798) | zeripath | 2020-03-22 | 1 | -0/+6 |
* | Don't manually replace whitespace during render (#10291) | mrsdizzie | 2020-02-17 | 1 | -1/+0 |
* | Don't convert ellipsis in markdown (#9905) | John Olheiser | 2020-01-22 | 1 | -2/+3 |
* | Issue/PR Context Popups (#9822) | John Olheiser | 2020-01-19 | 1 | -2/+2 |
* | Fix markdown anchor links (#9673) | Moritz | 2020-01-16 | 1 | -0/+3 |
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 3 | -173/+252 |
* | Prefix all user-generated IDs in markup (#9477) | John Olheiser | 2019-12-23 | 2 | -9/+11 |
* | Convert EOL to UNIX-style to render MD properly (#8925) | guillep2k | 2019-11-13 | 2 | -1/+24 |
* | Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to... | Lauris BH | 2019-10-31 | 2 | -106/+111 |
* | Check commit message hashes before making links (#7713) | Gary Kim | 2019-08-14 | 1 | -4/+5 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 1 | -2/+2 |
* | Fix markdown invoke sequence (#7513) | Lunny Xiao | 2019-07-18 | 1 | -1/+1 |
* | Use ctx.metas for SHA hash links (#6645) | mrsdizzie | 2019-04-16 | 1 | -0/+4 |
* | Improve issue autolinks (#6273) | mrsdizzie | 2019-04-12 | 1 | -3/+11 |
* | Markdown: enable some more extensions (#6362) | Roland Koebler | 2019-03-21 | 2 | -4/+72 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 1 | -1/+1 |
* | Fix markdown image with link (#4675) | L.E.R | 2018-10-30 | 2 | -22/+21 |
* | Replace src with raw to fix image paths (#4377) | Jonas Franz | 2018-07-05 | 1 | -1/+1 |
* | Rework special link parsing in the post-processing of markup (#3354) | Morgan Bazalgette | 2018-02-27 | 2 | -117/+35 |
* | Populate URL field of API commits (#3546) | Ethan Koenig | 2018-02-20 | 2 | -18/+20 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 2 | -0/+502 |