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

コラムのコードブロック中の<tag>がなくなる #151

Open
inao opened this issue Sep 6, 2022 · 0 comments
Open

コラムのコードブロック中の<tag>がなくなる #151

inao opened this issue Sep 6, 2022 · 0 comments
Labels

Comments

@inao
Copy link
Collaborator

inao commented Sep 6, 2022

コラムのコードブロック中の<tag>などがなくなります。

変換前

<div class='column'>

```
<tag>
  text
</tag>
```

</div>

変換後

<ParaStyle:コラム半行アキ>
<ParaStyle:コード>
<ParaStyle:コード>  text

期待する変換

<ParaStyle:コラム半行アキ>
<ParaStyle:コード><005C><tag<005C>>
<ParaStyle:コード>  text
<ParaStyle:コード><005C></tag<005C>>

期待通りに変換されるケース

コラムではなく、通常の本文内で上記コードブロックを書くと、きちんと変換されます。

また、コラム内でもすべての<hoge>が消えるわけではなく、下記ケースなどはきちんと変換されます。

<>
  text
<>
<a>
  text
</a>
@inao inao added the bug label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant