John MacFarlane
John MacFarlane
One observation: if you change the setext heading line regex to something that will never be matched, the empty p tag disappears. So this is due to some interference with...
I remember there were some discussions about this -- you could check the tracker (including closed issues) fro commonmark-spec.
I believe this issue is fixed and can be closed: see #353 and https://github.com/typst/typst/commit/a5c88c19b300c64fafd6a19e3f5f2fe6422a7b67
Pandoc 3.1.2 (released today) can convert from markdown to typst.
Well, you can insert typst code in "raw blocks": ```` # My markdown document ```{=typst} #let foob(x) = { x + x } #foob ``` *more markdown here* ````
Also raw inline: ``` this is `raw #(2 + 3) typst`{=typst} ```
I think that using [gitlib](https://hackage.haskell.org/package/gitlib) would be a nice idea -- this could perhaps be developed as a separate filestore backend so it wouldn't break compatibility.
I'm trying to upgrade the stack resolver, but it looks like we're stuck until hoauth2 puts out a release that works on text >= 2. https://github.com/freizl/hoauth2/issues/174
Thanks, I've merged tbh's patch. I'll modify it later to allow setting the listen address in the config file, so I'm keeping this issue open to remind myself...
Yes, 127.0.0.1 is the default. Do you think the default should be something else? As for ipv6, I don't know enough about the low-level networking libraries to fix this at...