0.7.3 • Published 7 years ago

@sa-labs/leo-plugin-markdown v0.7.3

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

Leo Plugin BlogPost

Provides the Markdown content type for the Leo static site generator.

Installation

npm i --save leo-plugin-markdown

then 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
* thirdly

Querying

0.7.3

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago