Markdown to html error
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
Image from wikidocs
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.
- add line code
\`\`\`php
if (file_exists('error_log')) {echo " ⚠" ;}
\`\`\`
-
Save Verify it's OK
-
Edit Verify wikidocs automatic convert to warning sign
- To grant i won't lost ASCII code i add new line with back slash to escape strings
Device and settings
Multiple browsers windows 10
Steps to reproduce
- add my code to wikidocs
if (file_exists('error_log')) {echo " ⚠" ;} - save
- open to edit
- Verify the problem (the
⚠it's converted.
Screenshots (optional)
No response
Extra fields
- [ ] I'd like to work on this issue
Hi @Zavy86
I’m currently running tests on the aforementioned issue and the conversion of the emoji ⚠. However, I’ve realized that the first version of WikiDocs (0.0.18) is missing. Could you share it with me?*
*I suspect the problem lies in how WikiDocs processes reading/writing the content.md file, but to confirm this, I need to verify whether the error already occurred in the initial version.
in this period new versions overwrite the previous.. we can't recover it so easly
in this period new versions overwrite the previous.. we can't recover it so easly
No problem! I will make my analysis