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

Markdown to html error #235

Open
1 task
ffiesta opened this issue Jan 22, 2025 · 0 comments
Open
1 task

Markdown to html error #235

ffiesta opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ffiesta
Copy link
Contributor

ffiesta commented Jan 22, 2025

Describe your issue

I won't knows if it can be considered an error but i think it is an issue:

Problem 1: Collapsible section

We add +++ to show plus signal, ... but wikidows instead show plus signal convert it to html code despite the code being in triple quotes.

MD code
MD code

Image from wikidocs
Image from wikidocs.app

Problem 2: Using ASCII code in code fields

I tried to use ASCII code ⚠ to identify a warning sign ( ⚠ ), in first save it's ok. After open page to edit wikidocs automaticaly show warning sign despite the code being in triple quotes.

  1. add line code
\`\`\`php

if (file_exists('error_log')) {echo " ⚠" ;}

\`\`\`   
  1. Save Verify it's OK
    Image

  2. Edit Verify wikidocs automatic convert to warning sign

Image

  1. To grant i won't lost ASCII code i add new line with back slash to escape strings

Image

Device and settings

Multiple browsers windows 10

Steps to reproduce

  1. add my code to wikidocs if (file_exists('error_log')) {echo " ⚠" ;}
  2. save
  3. open to edit
  4. Verify the problem (the ⚠ it's converted.

Screenshots (optional)

No response

Extra fields

  • I'd like to work on this issue
@ffiesta ffiesta added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant