mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Add external documentation for markdown subsystem.
Tweaked by tabbott to move the content earlier in the doc.
This commit is contained in:
committed by
Tim Abbott
parent
a2d1ebc091
commit
106cc71c19
@@ -75,6 +75,14 @@ it in before you can see the frontend's rendering.
|
||||
|
||||
## Changing Zulip's markdown processor
|
||||
|
||||
First, you will likely find these third-party resources helpful:
|
||||
|
||||
* **[Python-Markdown Extensions API](https://pythonhosted.org/Markdown/extensions/api.html)**
|
||||
is used by Zulip to make the above listed changes to markdown syntax.
|
||||
* **[Python's XML ElementTree](https://docs.python.org/3/library/xml.etree.elementtree.html)**
|
||||
is the part of the Python standard library used by Python Markdown
|
||||
and any custom extensions to generate and modify the output HTML.
|
||||
|
||||
When changing Zulip's markdown syntax, you need to update several
|
||||
places:
|
||||
|
||||
|
Reference in New Issue
Block a user