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
Hi,
Since you didn't merge my pull request #239 instead merging #240 which is outdated, please include the fix for block regex as seen in this patch
char101@776a1b4#diff-1c56f63d6b337b4cd8a8423a09dfcffeR70
The problem: block regex eats the ending \n causing any control structure below it (if any) to be taken as text.
\n
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Since you didn't merge my pull request #239 instead merging #240 which is outdated, please include the fix for block regex as seen in this patch
char101@776a1b4#diff-1c56f63d6b337b4cd8a8423a09dfcffeR70
The problem: block regex eats the ending
\n
causing any control structure below it (if any) to be taken as text.The text was updated successfully, but these errors were encountered: