atom-tidy-markdown icon indicating copy to clipboard operation
atom-tidy-markdown copied to clipboard

Fix ugly markdown.

Results 33 atom-tidy-markdown issues
Sort by recently updated
recently updated
newest added

I am getting the "failed to activate" error that you had [resolved on 28 Feb 2016](https://github.com/slang800/atom-tidy-markdown/issues/9). Since you fixed the problem over a year ago, I am assuming that I...

I'm using [linter-markdown](https://github.com/AtomLinter/linter-markdown) and [atom-tidy-markdown](https://github.com/slang800/atom-tidy-markdown). The only problem that I found is that `atom-tidy-markdown` puts lists in this format: ``` markdown ## Title - list item ``` Then `linter-markdown` warns...

When I write `$\{\}$`, this gets corrected to `${}$`, while it should stay `$\{\}$`. It would be nice to have a config option to disable tidying in Latex.

Given this example markdown snippet: ``` Here is a link to another wiki page called [example](example) ``` After the first tidy operation, it looks like this: ``` Here is a...

support language-markdown where the scopeName is 'text.md'.

Hi, when writing `&lat=` (e.g. in a visible URL), tidy-markdown will convert it to `⪫=`, which is not what I want. So I tried writing it as `&lat=`. But then,...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.9.2 **System**: Mac OS X 10.11.6 **Thrown From**: [tidy-markdown](https://github.com/slang800/atom-tidy-markdown) package, v3.0.1 ### Stack Trace Uncaught TypeError: Cannot read property...

When running tidy on ``` markdown - **Campaign**: indicates the campaign under which the user joined, defined as the following (fictional) campaigns driven by our (also fictional) marketing team: -...

[Enter steps to reproduce below:] 1. Trying to update packages. I have the settings and .apmrc open. **Atom Version**: 1.3.2 **System**: Mac OS X 10.11.2 **Thrown From**: [tidy-markdown](https://github.com/slang800/atom-tidy-markdown) package, v1.0.0...

``` having causes this to be generated when tidy is run: .... a bunch of reformatted stuff... ```