John Gabriele
John Gabriele
> Given that --- is used for em-dash it should perhaps not be used for anything else. Since djot requires blank lines around blocks, and since it's unlikely to use...
Added a note that you can use tildes instead of backticks. Examples still use backticks (though I think it would look better to use tildes in the examples).
Hm. I see this in my console after installing joy: ~~~ cloning repository https://github.com/pyrmont/musty to /usr/local/lib/janet/.cache/https___github.com_pyrmont_musty Cloning into '/usr/local/lib/janet/.cache/https___github.com_pyrmont_musty'... remote: Enumerating objects: 140, done. remote: Counting objects: 100% (140/140), done....
And then yet further down in the output I see: ~~~ From https://github.com/janet-lang/path * branch master -> FETCH_HEAD Updating 0ae7b60..fd552e8 Fast-forward path.janet | 20 ++++++++++++++++++-- test/suite0.janet | 14 +++++++++++--- 2...
If a Janet user creating or running apps or webapps, then I think it's very likely they already have spork installed. For Janet apps/webapps, I'd be slightly surprised to not...
I like the idea of djot producing `hey`. If the writer isn't seeing the output they expected from `####### hey`, they can always check the html source output.
Aside, it would be nice if djot users could easily get a centered `* * *` when wanted. I know in the past (with pandoc) I've done something like `\*...
Thanks, all. Yes, as also pointed out to me in https://github.com/jgm/djot/discussions/205 , I see that I could do ~~~ {.center} \* \* \* ~~~ and have some css to center...
This would be the instructions on under "Compiling and running from source" --> "macOS and Unix-like".