ᡥᠠᡳᡤᡳᠶᠠ ᡥᠠᠯᠠ·ᠨᡝᡴᠣ 猫
ᡥᠠᡳᡤᡳᠶᠠ ᡥᠠᠯᠠ·ᠨᡝᡴᠣ 猫
I don't get it as I don't use Touying very much. Are you saying to add `.typst-page` via `html.frame`? Also, can [1] be solved by passing different sys.input values?
@Myriad-Dreamin Finally recall that `$typst.query` does not seem to support HTML export if `CompileDocArgs` is passed, so I render the source first to get a `NodeTypstDocument`. Is this correct?
Same here — I want to add detection for new operating systems, but it seems that the result is from this dep.
Although #4 is still WIP, 0.7.3 should have fixed this (#5) -- is the latest version still requires a dev server restart? If so, can you provide the way you...
Sorry my bad. What had worked is passing string to components. v0.8.1 should fix HMR of `import Component from "xxx.typ"` in JS side. Watching Typst imports (`#import` / `#include` /...
Hello, could we re-run the tests?
> Or more generally use a `regex` for more punctuations. Aha, this should work: ```typ #show regex("[,。.、:;?!》)』」】〗〕〉]}“‘《(『「【〖〔〈[{,。.、:;]+"): it => it.text.replace("。", ".") ``` > And this doesn't work if “)” is...
> @OverflowCat, both the screenshots say "Before". Did you mean to attach an "After" screenshot? 🤔 The screenshots are all After. The first one is RTL (using an Arabic tweet...
那么,[其他拼音方案](https://zh.wikipedia.org/wiki/%E6%BD%AE%E5%B7%9E%E8%A9%B1%E6%8B%BC%E9%9F%B3%E6%96%B9%E6%A1%88#cite_ref-3)中出现的是否值得提及呢? So, are the ones that appear in [other romanizations](https://zh.wikipedia.org/wiki/%E6%BD%AE%E5%B7%9E%E8%A9%B1%E6%8B%BC%E9%9F%B3%E6%96%B9%E6%A1%88#cite_ref-3) worth mentioning?
``` 这是汉(Hàn)字(zì)。 ``` Copying 这是汉(Hàn)字(zì)。 gets `这是汉Hàn字zì。` in Chrome. I think most people expect `这是汉(Hàn)字(zì)。`. If `` tag is designed only for compability, then we should discuss what it will...