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

コードブロック中の[]:がなくなる #130

Open
inao opened this issue Apr 24, 2020 · 1 comment
Open

コードブロック中の[]:がなくなる #130

inao opened this issue Apr 24, 2020 · 1 comment
Labels

Comments

@inao
Copy link
Collaborator

inao commented Apr 24, 2020

以下のコードの2行目がなくなります。

interface StringDictionary {
  [key: string]: string;
}

最小のコードでは以下でした。

変換前

[]:

変換後

<ParaStyle:半行アキ>
<ParaStyle:コード>
<ParaStyle:コード>

期待する変換

<ParaStyle:半行アキ>
<ParaStyle:コード>[]:
@inao
Copy link
Collaborator Author

inao commented Aug 25, 2022

39df4f5

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

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