tidy-markdown
tidy-markdown copied to clipboard
Beautify Markdown, fixing formatting mistakes and standardizing syntax
moved from https://github.com/slang800/atom-tidy-markdown/issues/44 by @superbest > I noticed that `` tags seem to be corrected too aggressively. > > I have several files where I include images with something like...
Hey, I use Jekyll and my .md files contain a bunch of HTML under the yaml-header (sometimes solely) but neither tidy-markdown nor any other markdown-formatter was able to correctly indent...
# Description ## Background: I am using the [Jekyll Documentation Theme](https://github.com/tomjohnson1492/documentation-theme-jekyll) for a project. It uses a piece of Markdown for setting up the table of contents on a page....
Markdown | Less | Pretty -------- | -------- | ---------- a | b | c 中文 | chinese | **nicely** にほんご | Japanese | 3 ``` Markdown | Less |...
When I try to beautify the following code, it remains unchanged. Poorly formatted tables without LaTeX work fine. ``` | Diet | Utility $(\delta = 1/2)$ | Utility $(\delta =1)$...
From @derek-austin in https://github.com/slang800/atom-tidy-markdown/issues/62 > Please add an option to disable HTML escapes substitution > > Use case for the option: > > If you have 'Run on Save' and...
[vim-markdownfmt](https://github.com/moorereason/vim-markdownfmt) works with `gomd` and `markdownfmt` but not this one as it seems that it's not operating on the same file: the `-w` option. Any chances to get this working?...
Notice how these do not render equivalently. ``` Original 1. something 1. something - bullet - bullet 1. something 1. something hi Beautified 1. something 1. something - bullet -...
Adding numbers to Markdown files makes for unnecessary diffs when adding new items part way down a numbered list. I vote for fix number to either be removed or optional....
this text ``` md definition : something that explains ``` is converted to ``` md definition : something that explains ``` This is an error, see [babelmark](http://johnmacfarlane.net/babelmark2/?text=definition%0A%3A+something+that+explains)