partially undo commit da1e626
This commit is contained in:
parent
c03ce0f1cb
commit
8ebf5c5f45
1 changed files with 2 additions and 2 deletions
|
@ -313,10 +313,10 @@ Note that this looks first in the
|
|||
users to override the system defaults. If you want to disable
|
||||
this behavior, use `setUserDataDir Nothing`.
|
||||
|
||||
To render a template, use `renderTemplate`, which takes two
|
||||
To render a template, use `renderTemplate'`, which takes two
|
||||
arguments, a template (String) and a context (any instance
|
||||
of ToJSON). If you want to create a context from the metadata
|
||||
part of a Pandoc document, use `metaToJSON` from
|
||||
part of a Pandoc document, use `metaToJSON'` from
|
||||
[Text.Pandoc.Writers.Shared]. If you also want to incorporate
|
||||
values from variables, use `metaToJSON` instead, and make sure
|
||||
`writerVariables` is set in `WriterOptions`.
|
||||
|
|
Loading…
Add table
Reference in a new issue