0.7.3 • Published 8 years ago
@sa-labs/leo-plugin-markdown v0.7.3
Leo Plugin BlogPost
Provides the Markdown content type for the Leo static site generator.
Installation
npm i --save leo-plugin-markdownthen add it to the plugins list in your .leorc.
{
"plugins": [
"leo-plugin-markdown"
],
...
}Usage
Write a file in your data/ directory with an extension of .md. For
example, consider the following hello-world.md.
# Hi world
talk about something here
* 1
* secondary
* thirdlyQuerying
0.7.3
8 years ago
0.7.0
9 years ago
0.6.0
9 years ago
0.5.0
9 years ago
0.4.3
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.5
9 years ago
0.3.4
9 years ago
0.3.3
9 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago