-
### Problem
It would be nice if you could write [Djot](https://djot.net/) files. There currently is a [library](https://github.com/hellux/jotdown) supporting Djot.
### Proposed Solution
This would …
-
How hard would it be to add [djot](https://djot.net/) support? I see it as an improvement over CommonMark (Markdown). You could use a library like [jotdown](https://github.com/hellux/jotdown).
-
If I use pandoc directly:
```
{.class-name}
hello
```
results in a wrapper div with the class attached, and the paragraph inside the div.
If I use djot.js `djot.toPandoc(djot.parse(...))`,…
-
Preface: this depends on https://github.com/jgm/djot/issues/32, and the overall continued progress of djot.
The idea is to use djot for both:
1. the document itself (see #49)
2. subfield markup…
-
I want to use Djot for an application where I want to programmatically update certain attribute values so having the parser provide offsets for attribute keys and values would be really useful.
-
As we know, although it's easy to parse djot by hand, djot is highly context sensitive, so parsing djot using tree-sitter is a hardwork. Thanks for your great work!
I notice this tree-sitter parses…
-
Use `![alt](path)` syntax not only to include images, but also text files.
See: https://github.com/jgm/djot.js/issues/85
"This commit enables the creation of structured documents of arbitrary c…
-
On the [main web page](https://keepachangelog.com/en/1.0.0/) it doesn't say anywhere to use Markdown. You should mention it. Also, are you suggesting to use Markdown or [Commonmark](https://commonmark…
-
While I understand that the target of this language server is set pretty explicitly to Markdown, the similarities between it an [Djot](https://djot.net) are many. I suspect that the work required to s…
-
Thoughts from https://github.com/sile-typesetter/sile/issues/1866#issuecomment-2151096275
Currently, the SIL case (`Some SIL stuff \raw[type=markdown]{Some Markdown}`) won't lead to a single paragr…