-
Notifications
You must be signed in to change notification settings - Fork 383
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_resource
andquarto.doc.add_supporting
.add_resource
will add a resource file to the current render, copying that file to the same relative location in the output directory.add_supporting
will 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 ofstripTrailingSpace
is alwayspandoc.List
. -
(#5466): Provide global environment_G
to 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_inlines
andquarto.utils.string_to_blocks
to Lua API to convert a string to a list of inlines or blocks taking into account quarto's AST structure. -
(#6289): allowmarkdownToInlines
to take empty string. - (#6935): Add isGithubMarkdownOutput() to quarto.format API.
-
(#6935): render callouts togfm
using 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