Allow disabling markdown quotes
See original GitHub issuePlatform: web Version: most recent
I am opening this as a bug, because in my eyes, it is. Please add a setting to disable the rendering of
>quotes
as rich text, similar to the emoji setting.
I don’t think I am exaggerating when I say that a lot of users find those are awful, and just want plaintext arrows instead.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Allow disabling markdown quotes · Issue #13561 - GitHub
Platform: web. Version: most recent. I am opening this as a bug, because in my eyes, it is. Please add a setting to...
Read more >Disable pandoc conversion of double quotes when outputting ...
To turn off smart quotes use: pandoc -f markdown-smart -t plain test.md. To display it in a terminal you might try something like:...
Read more >Add user setting to enable/disable Markdown editor ... - GitLab
As a user who understands Markdown, I want to type Markdown into textboxes without modification so that I am not fighting against the...
Read more >Extended Syntax - Markdown Guide
Many of them allow you to add extensions that enable extended syntax elements. ... except inside other elements like lists, block quotes, and...
Read more >Markdown Settings - Drafts User Guide
Markdown is plain text markup language that allows easy conversion to other ... Smart Quotes: Replace straight quotes; Disable images: Do not allow...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, we currently support markdown for messages and don’t have an interest in using our own markdown specification. As a workaround, there is the
/plain
command which doesn’t use any markdown processing.The markdown is parsed by commonmark. If you want them to change the behaviour raise it with them. vector-im/element-meta#330 is the issue about changing markdown parsers.