8000 About codeblock parser problem and solution · Issue #33 · progsource/maddy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

About codeblock parser problem and solution #33

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

Open
xingyun86 opened this issue Aug 20, 2020 · 1 comment
Open

About codeblock parser problem and solution #33

xingyun86 opened this issue Aug 20, 2020 · 1 comment
Labels

Comments

@xingyun86
Copy link

Minimal Code Example

static std::regex re("^(?:`){3}$");

Conditions

. .
Operating System: Win10
Compiler: VS2019
Compiler flags: C++14
maddy version: newest

Description

I found codeblock parser invalid。I had solved it with new re string “^(?:`){3}(.*)$”

static std::regex re("^(?:`){3}$"); ===>>> static std::regex re("^(?:`){3}(.*)$"); 

now it works good!

@progsource progsource added the bug label Oct 4, 2020
@progsource
Copy link
Owner
progsource commented Jul 24, 2023

Can you please check, if #41 solves your problem? If not, please also provide example markdown with which it currently doesn't work for you. Thank you very much.

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

2 participants
0