Markdown / Markdown Preview improvements - Tracking Issue #23951
Replies: 8 comments 5 replies
-
I'd love for us to detect checklists as well ( |
Beta Was this translation helpful? Give feedback.
-
Not sure if the following should be added here on in a separate bug ticket. When adding italic styling using Kapture.2022-07-27.at.12.43.44.mp4 |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Can we add support for id anchor jumps in Markdown, // If possible, allow this specific syntax to jump directly into the editor in any source code comment block. Some editors allow setting ids or aliases for headers. It may be implemented with html like |
Beta Was this translation helpful? Give feedback.
-
I've noticed now Zed is trimming down double spaces in the end of line (Markdown code for line break) on file save. |
Beta Was this translation helpful? Give feedback.
-
Default Markdown highlighting doesn't colour headers, which isn't the behaviour I expect coming from other editors: Theme is Catppuccin Mocha |
Beta Was this translation helpful? Give feedback.
-
It's important to understand that in Markdown, there's a "standard" Markdown which is pretty limited and very poorly specified. Often what's actually implemented for "standard" Markdown is CommonMark Markdown, which is an actual strict definition for the previously only loosely defined "standard" Markdown format. That's what most formatters and flavors are actually based on. On top of Markdown flavors, there are also some document writing features and knowledgebase ease-of-use features that aren't present in Markdown or any of it's major flavors. Markdown has increasingly been getting adopted as an easy rendered document language for knowledge tools (e.g. Roam, Obsidian.md, Notion), and then as a quick Blog website source document format that can be generated from files like that, as well as a rendered research paper/whitepaper source format (as an alternative to Latex). Resultantly there's increasing interest in supporting one-off syntax extensions to simplify use and implementation of some of these features rather than having to fall back to the raw HTML format (which Markdown also supports and allows normally). Some examples of these one-off features are Footnotes, captions, and custom reference anchors. Being able to quickly create them, as well as being able to render them is a two-part issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All Markdown issues
LSP
Investigate this, this may solve multiple other requests
Syntax highlighting
.
breaks bold markup in Markdown files #5217_
breaks highlightingRender / Embed
Autocomplete / Autoformatting
Misc
HTML
<kbd>
for keystrokes #14830<img>
tags for images #21992<sub>
<sup>
#22056Beta Was this translation helpful? Give feedback.
All reactions