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
いまコードブロックに対する識別子修飾は、指定したものすべてを使用していますが、正規表現ライブラリの制限で500個までしか指定できません。 グローバル修飾リストがあるため、そのうち限界がくるので、そのまえにコードブロック中で使用されている識別子のみ修飾するよう修正する必要があります。
cpprefjp/markdown_to_html@fb18c87
コード修飾は単語に対して行われているので、それも考慮して、コードブロック中に指定された識別子が存在するかをチェックしないといけません。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
いまコードブロックに対する識別子修飾は、指定したものすべてを使用していますが、正規表現ライブラリの制限で500個までしか指定できません。
グローバル修飾リストがあるため、そのうち限界がくるので、そのまえにコードブロック中で使用されている識別子のみ修飾するよう修正する必要があります。
cpprefjp/markdown_to_html@fb18c87
コード修飾は単語に対して行われているので、それも考慮して、コードブロック中に指定された識別子が存在するかをチェックしないといけません。
The text was updated successfully, but these errors were encountered: