Browse Source

[docs] Add CommonMarkFlavor to list.

pull/174/head
James Foster 4 years ago
parent
commit
bbeab50f4b
  1. 6
      docs/src/outputformats.md

6
docs/src/outputformats.md

@ -80,9 +80,11 @@ Literate.markdown
Literate can output markdown in different flavors. The flavor is specified using the Literate can output markdown in different flavors. The flavor is specified using the
`flavor` keyword argument. The following flavors are currently supported: `flavor` keyword argument. The following flavors are currently supported:
- `flavor = Literate.DocumenterFlavor()` this is the default flavor and the output is - `flavor = Literate.DocumenterFlavor()`: this is the default flavor and the output is
meant to be used as input to [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). meant to be used as input to [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl).
- `flavor = Literate.FranklinFlavor()` this outputs markdown meant to be used as input - `flavor = Literate.CommonMarkFlavor()`: this outputs markdown that has the flavor of the
[CommonMark](https://commonmark.org/) specification.
- `flavor = Literate.FranklinFlavor()`: this outputs markdown meant to be used as input
to [Franklin.jl](https://franklinjl.org/). to [Franklin.jl](https://franklinjl.org/).

Loading…
Cancel
Save