-
https://github.com/jgm/djot.lua/blob/a0583ef8270d025b3e86ef521b35f7397cf7215b/djot-writer.lua#L17
It is probably more efficient to use `"\\%0"` as the replacement rather than a function. In a repla…
-
This is very much a feature-creep issue, but one which is perhaps worth considering.
For djot-as-a-cli-tool, it would be nice if the resulting html file included some minimal css to make output ae…
-
I really appreciate the thoughtful, principled design of djot! But when I showed it to the rest of the [Zulip](https://github.com/zulip/zulip) team as a potential foundation for replacing our (slow, b…
-
I think it would be nice if there is a djot document to play around with, [readme.dj] for example, rather than a blank document.
I suggest we fetch the file from GitHub on page load.
Some altern…
-
I think that this code
```
{%
# title
paragraph
%}
```
should produce nothing.
Instead, it produces:
```
{%
# title
paragraph
%}
```
So, it's not possible to comment the headings an…
-
As far as I know, there is no C implementation of djot yet. So, I think it would be nice if there is C bindings of this library.
see also:
-
Looking at #143 I noticed that the Vim syntax file uses syntax group names like `heading`. Best practice is to use group names with the filetype/language name prefixed such as `djotHeading` to avoid c…
-
> Thank you for djot and CommonMark
Currently, unchecked item requires exactly one space inside square brackets. It leads to typing errors, especially in editors without monospaced fonts, for examp…
-
As discussed in https://johnmacfarlane.net/beyond-markdown.html (the creator of Markdown)
1. *There should be one clear way of doing things*, fenced code block are already the primary way of adding…
-
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 …