Browse Source

[docs] Add CommonMarkFlavor to list. (#174)

pull/184/head
James Foster 4 years ago committed by GitHub
parent
commit
68ebb8c62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/src/outputformats.md

6
docs/src/outputformats.md

@ -80,9 +80,11 @@ Literate.markdown @@ -80,9 +80,11 @@ Literate.markdown
Literate can output markdown in different flavors. The flavor is specified using the
`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).
- `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/).

Loading…
Cancel
Save