Skip to content

Commit

Permalink
fix minimal configuration header
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Mar 29, 2016
1 parent 1ddb40e commit c194114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can also pass options through a 2nd arg, like `tidyMarkdown(uglyMarkdown, {e
- Format YAML front-matter and Markdown tables.
- Convert HTML elements into their Markdown equivalents. For example, `<em>text</em>` becomes `_text_`.

# Minimal Configuration
## Minimal Configuration

Tidy Markdown works hard to keep configuration to a minimum. The goal is to create a highly readable, canonical representation of Markdown, much like [gofmt](https://golang.org/cmd/gofmt/) has done for Go. Having extra configuration would defeat that purpose and add extra maintenance work.

Expand Down

0 comments on commit c194114

Please sign in to comment.