fix: cjk support + demo page

This commit is contained in:
Jacky Zhao 2022-04-02 17:38:39 -07:00
parent cc86136bcb
commit 4fd983277e
7 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,5 @@
---
title: "CJK + Latex Test (测试)"
title: "CJK + Latex Support (测试)"
---
## Chinese, Japanese, Korean Support
@ -35,4 +35,7 @@ $$
1 & 2 & 3\\
a & b & c
\end{bmatrix}
$$
$$
## RTL
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page

View file

@ -49,6 +49,8 @@ More info about partials on [Hugo's website.](https://gohugo.io/templates/partia
Still having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).
## Multilingual
[CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) comes out of the box with Quartz.
Want to support languages that read from right-to-left (like Arabic)? Hugo (and by proxy, Quartz) supports this natively.
Follow the steps [Hugo provides here](https://gohugo.io/content-management/multilingual/#configure-languages) and modify your `config.toml`

View file

@ -7,7 +7,7 @@ Still having trouble? Here are a list of common questions and problems people en
While you're here, join our [Discord](https://discord.gg/cRFFHYye7t) :)
### Does Quartz have Latex support?
Yes! See [CJK + Latex Test (测试)](CJK%20+%20Latex%20Test%20(测试).md) for a brief demo.
Yes! See [CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) for a brief demo.
### Can I use \<Obsidian Plugin\> in Quartz?
Unless it produces direct Markdown output in the file, no. There currently is no way to bundle plugin code with Quartz.