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

The code block cannot be processed correctly. #352

Open
myoldcat opened this issue Oct 11, 2024 · 5 comments
Open

The code block cannot be processed correctly. #352

myoldcat opened this issue Oct 11, 2024 · 5 comments

Comments

@myoldcat
Copy link

For example: https://atcoder.jp/contests/arc184/tasks/arc184_a

the code block uses "math xmlns="http://www.w3.org/1998/Math/MathML"

the Result is like:

<var><span><span><span id="54e6e475-995d-4b73-b48a-f722e6ecdf32"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>N</mi></mrow><annotation encoding="application/x-tex">N</annotation></semantics></math></span></span></span></var> <var><span><span><span id="432c33bc-ee65-414a-bbae-5e4b8ed27948"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>M</mi></mrow><annotation encoding="application/x-tex">M</annotation></semantics></math></span></span></span></var> <var><span><span><span id="4c66e6aa-b1ed-4767-9d94-ce1b9adb8421"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Q</mi></mrow><annotation encoding="application/x-tex">Q</annotation></semantics></math></span></span></span></var>
@arkilis
Copy link

arkilis commented Feb 3, 2025

I have the same problem, any tips on fixing that?

@Shelepov-SA
Copy link

Hi there!
I have the same issue. Is it possible to add find/replace with regular expressions? I think this would solve the problem.

@myfoundation
Copy link

myfoundation commented Feb 21, 2025

I have the same in many web!
Try https://www.codeproject.com/Articles/1170503/The-Impossibly-Fast-Cplusplus-Delegates-Fixed

@arkilis
Copy link

arkilis commented Feb 21, 2025 via email

@myfoundation
Copy link

myfoundation commented Feb 21, 2025

So, guys, solution here!

Release file in 3.4.0 is broken, but sources work well!
Really, it's true :)

So
markdownload_-_markdown_web_clipper-3.4.0.zip <- bad file
https://github.com/deathau/markdownload/releases/download/3.4.0/markdownload_-_markdown_web_clipper-3.4.0.zip

So Source code(zip)

markdownload-3.4.0.zip <- good file
https://github.com/deathau/markdownload/archive/refs/tags/3.4.0.zip

You must download sources markdownload-3.4.0.zip and extract files from zip
"src" folder to your chrome extension markdown_web_clipper folder!

Voila!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants