Skip to content
New issue

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

番号付き箇条書きと、半角スペース4つで字下げするコマンド図が連続すると、挙動がおかしい #66

Open
inao opened this issue Jun 5, 2013 · 2 comments

Comments

@inao
Copy link
Collaborator

inao commented Jun 5, 2013

#14 と同種の問題っぽいですが、いちおう別Issueで。
#14 ではリスト(ソースコード)でしたが、番号付き箇条書きでも挙動がおかしくなるようです。

--- in md2inao
1. abc
2. def

    !!! cmd
    ●図1::abc
    $ def
--- expected
<ParaStyle:半行アキ>
<ParaStyle:箇条書き><CharStyle:丸文字><2776><CharStyle:>abc
<ParaStyle:箇条書き><CharStyle:丸文字><2777><CharStyle:>def
<ParaStyle:キャプション>図1  abc
<ParaStyle:リスト白文字>$ def
--- 現在の挙動
<ParaStyle:半行アキ>
<ParaStyle:箇条書き><CharStyle:丸文字><2776><CharStyle:>abc
<ParaStyle:箇条書き><CharStyle:丸文字><2777><CharStyle:><ParaStyle:本文>def
<ParaStyle:本文>!!! cmd●図1::abc$ def
@inao inao added the normal label May 13, 2014
@inao
Copy link
Collaborator Author

inao commented May 13, 2014

これは文字が抜けるとかではなさそうですので、ラベルはnormalとしましたー。

@inao inao changed the title 番号付き箇条書きとコマンド図が連続すると、挙動がおかしい 番号付き箇条書きと、半角スペース4つで字下げするコマンド図が連続すると、挙動がおかしい Aug 25, 2022
@inao
Copy link
Collaborator Author

inao commented Aug 25, 2022

Fenced code blocks記法の場合は本Issueの対象外であることがわかったので、issue名を変更しました。

d41cd7c

本issueのテストを追加しました。
現時点ではこのテストはテスト実行時にスキップさせるように設定しています。
(Fenced code blocks記法のほうのテストは実行します)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant