-
See discussion at https://github.com/jgm/djot/discussions/94#discussioncomment-4127713
TL;DR: it's not clear if `fan_tas_tic` should contain an `em`. It does now.
Problem with such implicit emph…
-
This is inherited issue from CommonMark: there's a concept of tight list, where each `` directly contains inlines (leaf block), vs the "loose" lists, where `` contains a paragraph that contains inline…
-
[The syntax spec](https://github.com/jgm/djot/blob/95bfc011a13d0eb96733c123f447cd569897e310/doc/syntax.md#thematic-break) says,
> A line containing three or more * or - characters, and nothing else (…
-
In my writing, I prefer to keep one independent clause (or interjection) per line. I also enjoy using em dashes. But because Markdown adds a space with a soft break, the rendered document contains spa…
-
I know it's said that HTML-style entities are not supported because djot is not to favor any target format, but I wonder if it wouldn't be a good idea to have a mechanism for including characters whic…
-
As per https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th, `th` element can be used to mark both a _row_ and a _column_ of cells, to create a 2D table:
```html
Alien football s…
-
It's common in critical annotations to have bracketed words for emendation. "This [is] it", so far so good...
But how should the following parse?
```
These word[sic][^aaa]
[^aaa]: The plural…
-
If you parse the Djot string "a"
the following events will be produced:
```
[{ startpos: 0, endpos: 0, annot: "+para" }
,{ startpos: 0, endpos: 1, annot: "str" }
,{ startpos: 2, endpos: 2, anno…
-
Per #1610 closing a bunch of Markdown related issues I think we have some documentation updates to do. I'd like to
- [ ] Look into adopting `markdown.sile` into this GitHub org as semi-official.
-…
-
Current spec says:
>A div begins with a line of three or more consecutive colons, optionally followed by white space and a class name (but nothing else). It ends with a line of consecutive colons …