-
I would guess these should be loose, but they are tight:
```
- a
-
```
yields
```html
a
```
instead of
```html
a
```
```
- a
- - b
```
yields
```html
…
-
Currently, Djot syntax defines task list item as such:
> A bullet list item that begins with [ ], [X], or [x] followed by a space is a task list item, either unchecked ([ ]) or checked ([X] or [x])…
-
Fantastic project! Here is a possible feature that would make it a game changer for me.
I would like to see support for inline references like citations `@cite` and `@sec:introduction`; that way it…
-
From https://djot.net/playground/
If you have:
```markdown
### Heading 3
## Heading 2
#### Heading 4
```
then the AST is
```
doc
section
heading level=3
str text="Headi…
-
Semantic HTML distinguishes the following kinds of italics:
1. Emphasizing text (which affects how you’d read it out loud):
```html
Now that is a good idea.
```
2. Definition (introd…
-
It would be good to support wikilinks, in the style of obsidian:
```
[[Page Name|optional description]]
```
-
String with non-alphanumeric formatted content which has a next-char of an alpha-numeric is tokenized as `text` node, instead of into a series of format nodes as expected.
Problem reproduced on [Co…
-
Hello !
The djot syntax reference [does not allow](https://htmlpreview.github.io/?https://github.com/jgm/djot/blob/master/doc/syntax.html#inline-attributes) flag attributes (attributes without a va…
-
### UNFINISHED DRAFT, please do not complain it is not actionable, I will get back to it hopefully in January/February 2023
1. press "decrypt" automatically changes the Salt and IV
2. one can add …
-
When you create a heading, it nests all other content in a section
```markdown
# Heading
Paragraph
## Heading 2
```
```
doc
section id="Heading"
heading level=1
str text=…