-
Currently heading deeper than 6 is not supoprted
```djot
######### j
```
-
It would help to quickly visualize and learn what a bit of djot markup does if the examples contained rendered html in addition to the raw html output.
-
TL;DR: my code crashes if I remove unrelated `printf`, and `cargo miri` complains, which together look very much like some UB in unsafe code. I haven't yet dug into this, but here's a relatively self-…
-
writing this down the second time, as I've already forgot this idea once :)
The end goal would be to define `djot_ast.ts` file which precisely specifies the JSON AST:
```ts
interface Doc {
t…
-
I'd like to use the djot syntax for writing presentations, that may require quite a lot of attributes.
However, inline attributes in the middle of the text harm the readability, which was the initi…
-
### Description
Using numbers in markup mode is producing a great deal of unexpected behavior.
For instance, I have this text
```
Houlihan, S. D., Kleiman-Weiner, M., Hewitt, L. B., Tenenbaum,…
-
Hi all,
This is just a question. Sorry if this is not the right place.
Adding class names to all sections using a filter is no problem.
This is my current solution. But is there a more elegan…
Brixy updated
6 months ago
-
I've found a couple of cases where I'd love to ask djot to parse only inline elements. This might be an XY problem, so let me describe specific use-cases.
**First** is the formatting in code blocks…
-
Hi,
Seeing as the projet already has a syntax definition for vim it would make sense to also have a tree-sitter grammar which could be used by a number of editors (e.g. neovim).
I guess a good st…
-
(As an aside: I’m working on a Markdown parser and just discovered djot yesterday – after having been a fan of Pandoc for years. It fixes virtually every complaint I have about Markdown/CommonMark. Th…