Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown / Markdown Preview improvements #5346

Open
6 of 27 tasks
nathansobo opened this issue Jun 23, 2022 · 5 comments
Open
6 of 27 tasks

Markdown / Markdown Preview improvements #5346

nathansobo opened this issue Jun 23, 2022 · 5 comments
Labels
enhancement [core label] ignore top-ranking issues [ignored label] language An umbrella label for all programming languages syntax behaviors markdown renderer markdown Markdown markup support

Comments

@nathansobo
Copy link
Contributor

nathansobo commented Jun 23, 2022

All Markdown issues

LSP

Investigate this, this may solve multiple other requests

Syntax highlighting

Render / Embed

Autocomplete / Autoformatting

Misc

@iamnbutler
Copy link
Member

I'd love for us to detect checklists as well (- [ ]) and add a new one when making a new line.

@fdionisi
Copy link
Contributor

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.

Kapture.2022-07-27.at.12.43.44.mp4

@JosephTLyons JosephTLyons added the markdown Markdown markup support label Aug 23, 2022
@JosephTLyons JosephTLyons added enhancement [core label] language An umbrella label for all programming languages syntax behaviors labels Oct 14, 2022
@JosephTLyons JosephTLyons changed the title Markdown quality of life improvements Markdown Improvements Nov 14, 2022
@JosephTLyons JosephTLyons changed the title Markdown Improvements Markdown improvements Nov 14, 2022
@srl295
Copy link

srl295 commented Mar 10, 2023

  • should support backticks (`backticks`) also

(didn't seem to be exactly covered by the above.)

@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
@bbkane
Copy link

bbkane commented Jan 26, 2024

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)

@red-co
Copy link

red-co commented Sep 25, 2024

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.

@notpeter notpeter changed the title Markdown improvements Markdown / Markdown Preview improvements Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] ignore top-ranking issues [ignored label] language An umbrella label for all programming languages syntax behaviors markdown renderer markdown Markdown markup support
Projects
None yet
Development

No branches or pull requests

8 participants