Open nathansobo opened 2 years ago
I'd love for us to detect checklists as well (- [ ]
) and add a new one when making a new line.
Not sure if the following should be added here on in a separate bug ticket.
When adding italic styling using _
to the last word of a sentence on the last line of the editor, syntax highlight is not applied until you enter a new line below.
https://user-images.githubusercontent.com/8927326/181229411-51626d9e-ed0f-474c-9bfc-df0a89cbfb32.mp4
backticks
(`backticks`
) also(didn't seem to be exactly covered by the above.)
Inline image rendering would make a HUGE impact on how I write Markdown (it's currently the main reason I use https://typora.io/ ) (see my blog for more ranting information about what I need to take notes)
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 <a id="anchor">name</a>
, but this hack only works for page html, and editor inside jumps do not support it.
All Markdown issues
LSP
Investigate this, this may solve multiple other requests
Syntax highlighting
_
breaks highlightingRender / Embed
Autocomplete / Autoformatting
Misc