docs: Fix Markdown developer docs discussion of headings.

This commit is contained in:
Ryan W. West
2025-07-22 14:34:17 -05:00
committed by GitHub
parent dbe1f778cf
commit b3acbf3146

View File

@@ -262,10 +262,11 @@ accurate.
- Disable line-numbering within fenced code blocks -- the `<table>`
output confused our web client code.
### Other
### Headings
- Disable headings, both `# foo` and `== foo ==` syntax: they don't
make much sense for chat messages.
- Enable headings with syntax `# foo` (syntax `== foo ==` is unsupported).
### Other
- Disabled images with `![]()` (images from links are shown as an inline
preview).