We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Term
strong
Markdown 記法で、**<Term type="javascriptClass">クラス</Term>** と書けば、強調されるようです。 Markdown 記法が使えない時(#143)も、strong タグで囲えば強調されました。
**<Term type="javascriptClass">クラス</Term>**
こうすると、パース結果が <strong><span>hoge </hoge></strong> になる気はするので、微妙ではありますが。
<strong><span>hoge </hoge></strong>
The text was updated successfully, but these errors were encountered:
不要と思われるので、時間がある時に一つずつ書き換えます。
Sorry, something went wrong.
Resolve with #540.
No branches or pull requests
Markdown 記法で、
**<Term type="javascriptClass">クラス</Term>**
と書けば、強調されるようです。Markdown 記法が使えない時(#143)も、
strong
タグで囲えば強調されました。こうすると、パース結果が
<strong><span>hoge </hoge></strong>
になる気はするので、微妙ではありますが。The text was updated successfully, but these errors were encountered: