markdown.sile icon indicating copy to clipboard operation
markdown.sile copied to clipboard

Native Markdown and Djot support for the SILE typesetting system

Results 11 markdown.sile issues
Sort by recently updated
recently updated
newest added

Currently we only support a "naive" syntax highlighting for Lua. See https://github.com/sile-typesetter/sile/issues/1484 for a broader discussion.

enhancement

Bibliography citations are both supported by lunamark (in the native approach route) and Pandoc (with the Pandoc AST route) -- The latter possibly taking advantages of some "pandoc-filter". ~~SILE has...

enhancement
help wanted

Lunamark only implements a subset of extension `link_attributes` (and friends). Leveraging Lunamark for full support would allow more things than currently supported (e.g. links to images, etc.)

enhancement
good first issue

If LuaJSON is installed from luarocks as follows, at this date (= installing latest 1.3.4-1 at this point) ``` luarocks install luajson ``` Then **pandocast** fails to process files as...

bug

The REAME currently states, in the **pandocast** usage section: > Prerequisites: The [LuaJSON](https://github.com/harningt/luajson) module must be installed and available to your SILE environment. This topic is not covered here. This...

bug
help wanted

Closes #37 Well it's a PoC, but it seems interesting.

As a reminder when https://github.com/sile-typesetter/sile/pull/1821 makes it one way or another: We could support appropriate attributes on Markdown and Djot display math syntax to benefit from it. E.g. in Djot,...

enhancement
good first issue

Implicit figures have apparently changed in pandoc 3.1 (based on pandoc-types 1.23), generating something such as: ``` [ Figure ( "" , [] , [] ) (Caption Nothing [ Plain...

enhancement
good first issue

MkDocs' Markdown has ["admonitions"](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) as a syntax extension. While quoting the "title" seems a bit idiosyncratic, we could support something similar: ``` !!! keyword Inline content for title 4-space indented...

enhancement
question