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
全角スペースを入れるとかいろいろBadKnowhowで対処していることが多い気がする。
単一ブロック命令(//noindentなどと同様)として提供すべきなんだろうか。
HTMLの場合、<p/>だけだと空行にならなかった記憶。<p><br/></p>にするのはリーダ規則違反かも。 LaTeXの場合は\baselineskipにする?
<p/>
<p><br/></p>
\baselineskip
The text was updated successfully, but these errors were encountered:
//linebreak があったのでこれをまじめに実装することにした(今はたぶん機能しない)
//linebreak
Sorry, something went wrong.
//blankline で導入
No branches or pull requests
全角スペースを入れるとかいろいろBadKnowhowで対処していることが多い気がする。
単一ブロック命令(//noindentなどと同様)として提供すべきなんだろうか。
HTMLの場合、
<p/>
だけだと空行にならなかった記憶。<p><br/></p>
にするのはリーダ規則違反かも。LaTeXの場合は
\baselineskip
にする?The text was updated successfully, but these errors were encountered: