@sa-labs/leo-plugin-markdown

0.7.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @sa-labs/leo-plugin-markdown

Weekly Downloads

18

Version

0.7.3

License

ISC

Last publish

Collaborators

  • jsouth
  • biscarch