DOCS: Cookies section - https://github.com/ether/etherpad-lite/issues/3563#3921
DOCS: Cookies section - https://github.com/ether/etherpad-lite/issues/3563#3921muxator merged 2 commits intoether:developfrom
Conversation
|
|
I have updated Marked (the library used by the doc generator to render Markdown) and at least now tables are rendered as such: You can replicate it updating to the last commit of this PR and launching But it's still horrendous:
This also affects the docker documentation, that was improved in #3873, and now is suffering of extreme ugliness. |
This change is needed because in 1.8.3 we are going to introduce Markdown tables in the documentation (#3873 and #3921), and the old marked version did not support generating them. Instead of committing the marked source code here, we live install from npm if needed via the Makefile. n.b.: at the time of this change, marked latest version is 1.0.0, released a few days ago. I am updating to the version immediately before that (0.8.2), because in 1.0.0 the hyperlinks in the Table of Contents do not work (probably a bug in that version).
c2b9635 to
d82d123
Compare
|
Updated the documentation generation library with #3929 (obviously it was not straightforward). Merged, thanks. |
This is a cosmetic fix for PR ether#3921 (109aa2d). Discussion on ether#3563
This is a cosmetic fix for PR ether#3921 (109aa2d). Discussion on ether#3563


DOCS: Cookies section
Document cookie usage in Etherpad.
Related issue: