-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add plain input format or similar method to escape Markdown #1721
Comments
+++ Jakob Voss [Oct 26 14 02:55 ]:
|
Yes, but writing in native format would require escaping backslashes and double quotes by hand, would it not? |
+++ Nikolay Yakimov [Oct 27 14 17:57 ]:
Yes, though you can always write a little program to do this for you. |
Yes, the program in question is quite little indeed, fitting neatly on two lines: main :: IO ()
main = putStr "Str " >> interact show |
I think @mmirate provides a good solution. |
Related to issue #1685 I am looking for a method to convert a plain Unicode string to Pandoc Markdown. For instance:
and by this
in addition to
By the way this seems to be a bug in the Markdown export:
The text was updated successfully, but these errors were encountered: