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

Text inside code blocks should not be converted #27

Open
nitinab opened this issue May 21, 2023 · 0 comments
Open

Text inside code blocks should not be converted #27

nitinab opened this issue May 21, 2023 · 0 comments

Comments

@nitinab
Copy link

nitinab commented May 21, 2023

Here's an example after running the plugin to convert all wikilinks to markdown:

@@ -89,7 +89,7 @@ fi
You can also replace the if-statement with an inline conditional if you want:

-[[ $str =~ 200[0-5]+ ]] && echo "regex_matched"
+[ $str =~ 200[0-5](%20$str%20=~%20200%5B0-5) && echo "regex_matched"

Ideally, text in code block is pre-formattted and should not be changed

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

1 participant