neo-project / neo-dev-portal

11 stars 18 forks source link

Suggest changing the syntax of the quote to standard markdown syntax #59

Closed chenzhitong closed 1 year ago

chenzhitong commented 1 year ago

Suggest changing the syntax of the quote to standard markdown syntax

from

:::caution

Do not open or create a wallet on an insecure computer. Once the wallet file or wallet password is lost, it will cause the loss of your assets. So back up your wallet file securely, keep it safe, and remember your wallet password. :::

to

[!CAUTION]

Do not open or create a wallet on an insecure computer. Once the wallet file or wallet password is lost, it will cause the loss of your assets. So back up your wallet file securely, keep it safe, and remember your wallet password.

This makes for a good reading experience on GitHub as well

apisit commented 1 year ago

Unfortunately, this is what Docusaurus provides as default. https://docusaurus.io/docs/next/markdown-features/admonitions

I can try adding to support both.