Skip to content

Commit

Permalink
Include in README.md a "commonmark" example
Browse files Browse the repository at this point in the history
  • Loading branch information
wonkyweirdy committed Jun 5, 2020
1 parent b5f3573 commit db5ab1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Example content:
"format": "org"
},
{
"path": "/home/joe/Documents/project1/project1.org",
"format": "org"
"path": "/home/joe/Documents/project1/project1.md",
"format": "commonmark"
}
]
}
Expand Down Expand Up @@ -164,7 +164,7 @@ I use.
is CommonMark. Other variants may work as long as the headings can still be correctly interpreted using
the rules of CommonMark.

Markdown support depends on [Marko](https://github.com/frostming/marko). Either install `Marko` separately
Markdown support depends on [Marko](https://github.com/frostming/marko). Either install Marko separately
or specify `commonmark` extra when installing with `pip`:

```
Expand Down

0 comments on commit db5ab1d

Please sign in to comment.