-
Notifications
You must be signed in to change notification settings - Fork 387
Open
quarto-dev/quarto-web
#1166Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web
Milestone
Description
Moving from #7906
Leaving up to @cscheid if and where these are documented:
Lua filters
- Add support for relative paths in
require()calls. - Add support
quarto.doc.add_resourceandquarto.doc.add_supporting.add_resourcewill add a resource file to the current render, copying that file to the same relative location in the output directory.add_supportingwill add a supporting file to the current render, moving that file file to the same relative location in the output directory. -
(#5242): Add line numbers to error messages. -
(#5461): ensure return type ofstripTrailingSpaceis alwayspandoc.List. -
(#5466): Provide global environment_Gto user filters. -
(#6211): Improve error message when a JSON filter (or a potentially misspelled Lua filter from an extension) is not found. - (#6215): Add
quarto.utils.string_to_inlinesandquarto.utils.string_to_blocksto Lua API to convert a string to a list of inlines or blocks taking into account quarto's AST structure. -
(#6289): allowmarkdownToInlinesto take empty string. - (#6935): Add isGithubMarkdownOutput() to quarto.format API.
-
(#6935): render callouts togfmusing GitHub's syntax. - (#7083): Separate custom node handlers for Span and Div nodes, enabling conditional content spans (author: @knuesel)
cscheid
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web