MarkdownEditing
MarkdownEditing copied to clipboard
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
imagine following snippet : ``` markdown * foo bar - baz ``` notice that lines between foo and bar, and between bar and baz have 4 spaces each so that...
It seems Package Control itself generates unified changelogs regarding markdown rules itself. But the syntax is plain text. Anybody agrees our plugin should take control over that changelog's syntax? A...
Provide a robust "HTML to Markdown" feature via command palette. [This](https://github.com/textmate/markdown.tmbundle/blob/master/Support/bin/html2text.py) file may help. @ttscoff Would you be interested in working on this bug? I believe you've a good experience...
definition lists are defined, for example, in php markdown extra, with this syntax: ``` term : definition definition continuation (because previous line begin with 4 spaces) ``` see http://michelf.ca/projects/php-markdown/extra/#def-list for...
Dark and yellow themes are generated programmatically using a quick and dirty JS code. When the main theme is updated, reflecting those changes to other themes takes some time. This...
We should provide some sort of statistics to the user. Words count, letter count etc For whole text and for selection, as well.
A built-in cheat sheet for Markdown. With some additional flavor specific sections. Why not?
`F12` allows me to bounce between the first link and its reference, but not the latter two: According to : [My first link][first] is explicit, my [second link][] is implicit,...
1. In markdown file write ```md `test` ``` 2. Put the cursor just before the second `` ` `` 3. Press `` ` `` Expected: The backtick is overwritten Actual:...
I wanted to deemphasize protocol highlighting in links (`http`) as well as the usually optional `www.`, so added separate scopes to them Syntax tests failed locally before my edits, and...