John Gabriele
John Gabriele
Ooof. Forgot I could do that. Added that to my .ackrc. Thanks.
Sure. For anyone interested, it's [free software](https://haxe.org/foundation/open-source.html), around since 2006. See also [Haxe at wikipedia](https://en.wikipedia.org/wiki/Haxe) and the [Haxe online library repository](https://lib.haxe.org/) (CPAN-alike).
clojurescope, or maybe periscope
@jgm , why do you suggest adding that `+` sign in there? Why not `[@foo, p. 15]` instead? The `[+@foo, p. 15]` syntax suggests to me that it's one example...
Ah. I'm not very familiar with citations. Thanks.
@wrvsrx , the idea is that `[[foo]]` would potentially render to link to foo.html, not to foo.djot (since the human reader would presumably want to see the rendered html page)....
> Are `~~~` or `+++` taken? I think the `+++` would work well for metadata. It's a good punctuation character to use for a fence. It's not terribly pretty, but...
If `---` is free, this looks good: ``` --- figure 4   Short caption on one line Long caption which may have multiple lines/paragraphs. --- ```...
> [backticks are] well established now Github md has supported the tildes too, as far back as I can remember. > we already use backticks for inline code, so it...
I've never used `---` for a thematic break / HR. I thought using either `***` or `* * *` was pretty universal. Also, dashes are used in a few other...