MarkdownEditing icon indicating copy to clipboard operation
MarkdownEditing copied to clipboard

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.

Results 59 MarkdownEditing issues
Sort by recently updated
recently updated
newest added

I've noticed that code blocks / block quotes nested in lists don't seem to be supported too well currently, and wanted to create an issue to document some of the...

enhancement
C: key bindings

With the MarkdownEditing package installed, an extra backtick is left when creating a code block as seen here: https://github.com/SublimeText-Markdown/MarkdownEditing/assets/10835824/824464ff-fe2a-423a-8a98-d6cacce7185c Without the package, the native behaviour is to remove the closing...

C: key bindings
bug

Is there a way to jump to an anchor within the same md document? For instance, suppose I have `[link](#foobar)` and `#foobar` is defined later in the text. It would...

Would it be possible to have a command that finds all numerical footnotes (eg `[^7]`) and renames them in a document so that they occur in numerical order? I haven't...

feature
C: plugins

Hi, I've just installed MarkdownEditing in ST4 and the feature I appreciate most is being able to fold/unfold sections of the text. The feature would be even nicer if it...

C: ST issue

It would be nice to have a built-in way of creating a file based on the highlighted text. For more context, let's say I have a list of tasks and...

Hey, I'm using this package with my OpenAI plugin which streams text into md view. Occasionally I got spammed in logs with this error on streaming: ``` Traceback (most recent...

With the wikilinks feature, I can only link to markdown files in the same directory or child (subdirectories) of the current directory. Example directory structure: ``` - / - animals/...

For the latest MarkdownEditing release, how do we automatically render latex equations? Following up from here: * https://www.lucasshen.com/notes/st-md/st-md#rendering-latex-equations-permanently * https://stackoverflow.com/questions/27972177/how-to-enable-mathjax-rendering-in-sublime-text-markdown-preview

I recently installed the package via Package Control. When creating a list to a .md file, after inserting my first bullet (e.g., 1. Hello World or * Hello World) and...