-
The [spec](https://htmlpreview.github.io/?https://github.com/jgm/djot/blob/master/doc/syntax.html#pipe-table) does not explicitly say that the convention is for a single separator row. The very first …
-
Hi, I'm interested in this new lightweight markup language and saw [the syntax document](https://github.com/jgm/djot/blob/main/doc/syntax.md). Then one question came up in my mind.
What is a ration…
-
The [syntax reference](https://github.com/jgm/djot/blob/388a2e8d85b98cc32ff0894d85b6eddea5716bb1/doc/syntax.md?plain=1#L533) says a code block may start with a fence of 3 or more backticks. However, t…
-
I don't have a strong opinion at the moment, but these two observations seem curious:
* we have a lot of various syntaxes for various types of markers of ordered lists: https://htmlpreview.github.…
-
### Pitch
**At least** showing markdown from other instances.
**TO CLARIFY: Currently, Mastodon strips away any markdown used from other servers and fediverse platforms. This is an issue.**
E…
-
Creating a class can be challenging. I think the manual is pretty good at explaining the low-level mechanisms. And the built in "book" and "letter" classes are instructive.
Perhaps there is room fo…
-
Hi!
I like a lot the way djot language is defined, and I would like to try it out in web projects.
Is there a JS implementation?
If not, i'm happy to collaborate => suggestions welcome.
Thank…
tomyo updated
2 years ago
-
"| a |" (without the quotes) produces a one cell table.
If you delete just the letter "a" then
https://djot.net/playground/ hangs and has to be reloaded
(caused by "ast.lua:520: unmatched -row enc…
-
Blank lines, especially in lists, is one of the more annoying features of this otherwise great improvement over markdown(s).
```
This is some text.
## My next heading
- one
- two
- thr…
-
The statement in README.md:
> The code for djot (excluding the test suite) is standard Lua, compatible with 5.1–5.4, including luajit.
needs correcting to range over 5.2-5.4 as demonstrated by…
ctp52 updated
2 years ago