Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-10-05 | Avoid bad wraps in markdown writer at the Doc Text level. | John MacFarlane | 1 | -22/+23 |
2021-09-19 | Markdown writer: use `underline` class rather than `ul` for underline. | John MacFarlane | 1 | -1/+1 |
2021-08-03 | Stop using the HTTP package. (#7456) | mt_caret | 1 | -3/+3 |
2021-06-05 | CommonMark writer: do not throw away attributes when Ext_attributes is enabled | Jan Tojnar | 1 | -10/+12 |
2021-06-05 | Markdown writer: re-use functions from Inline | Jan Tojnar | 1 | -1/+3 |
2021-05-16 | Markdown writer: fewer unneeded escapes for `#`. | John MacFarlane | 1 | -2/+11 |
2021-05-16 | Markdown writer: improve escaping of `@`. | John MacFarlane | 1 | -1/+1 |
2021-05-13 | Implement curly-brace syntax for Markdown citation keys. | John MacFarlane | 1 | -2/+7 |
2021-03-19 | Protect partial uses of maximum with NonEmpty. | John MacFarlane | 1 | -6/+3 |
2021-03-02 | Split up T.P.Writers.Markdown... | John MacFarlane | 2 | -0/+682 |