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
*
**
***
箇条書きは、通常は * で始めるが、** や *** でも始められてしまう。 その場合、表示結果がおかしくなる。
例:
*** foo *** bar *** baz
LaTeX変換結果(Re:VIEW 3.1):
\begin{itemize} \item \begin{itemize} \item \begin{itemize} \item foo \item bar \item baz \end{itemize} \end{itemize} \end{itemize}
PDF表示結果: https://imgur.com/SKRye6B
こんな表示になっても意味がないので、箇条書きが ** や *** で始まっていたらエラーにするのが望ましい。 (もちろん入れ子の箇条書きが ** や *** で始まるのは問題ない。今問題にしているのはトップレベルのこと。)
環境:Re:VIEW 3.1、Ruby 2.5、macOS Mojave (10.14.5)
The text was updated successfully, but these errors were encountered:
#1314 で対処予定です
Sorry, something went wrong.
e1949fc
#1308,#1309,#1313
f51e8a6
No branches or pull requests
箇条書きは、通常は
*
で始めるが、**
や***
でも始められてしまう。その場合、表示結果がおかしくなる。
例:
LaTeX変換結果(Re:VIEW 3.1):
PDF表示結果:
https://imgur.com/SKRye6B
こんな表示になっても意味がないので、箇条書きが
**
や***
で始まっていたらエラーにするのが望ましい。(もちろん入れ子の箇条書きが
**
や***
で始まるのは問題ない。今問題にしているのはトップレベルのこと。)環境:Re:VIEW 3.1、Ruby 2.5、macOS Mojave (10.14.5)
The text was updated successfully, but these errors were encountered: