[Docs] Add Pelican Markdown exporter

This commit is contained in:
MinchinWeb 2021-10-11 12:33:29 -06:00
parent a0849c0ec8
commit 813fd7698f

View file

@ -266,13 +266,16 @@ supported by many programs and programming languages.
</journal> </journal>
``` ```
### YAML ### Pelican Markdown
``` sh ``` sh
jrnl --format yaml jrnl --format pelican-markdown -o <existing directory>
``` ```
This outputs your journal into YAML format. YAML is a commonly used data format and is This outputs your journal as Markdown files with YAML(-ish) front matter. This
supported by many programs and programming languages. particular format can be used by Pelican, a static site generator, as
"markdown" input.
In versions 2.6 and prior, this exporter was referred to as the "YAML" exporter.
**Example output**: **Example output**:
``` yaml ``` yaml