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

Inline code should not be pretty-printed #5

Open
AndreasLoow opened this issue Apr 1, 2017 · 0 comments
Open

Inline code should not be pretty-printed #5

AndreasLoow opened this issue Apr 1, 2017 · 0 comments

Comments

@AndreasLoow
Copy link

E.g., "`git --version`" is rendered as "git –version" -- i.e, with an en-dash. This does not happen when using Pandoc directly, nor in (unmodified) Hakyll, so I think it must be something this framework is doing by accident?

Complete example:

diff --git a/pages/index.md b/pages/index.md
index c62a547..54b6426 100644
--- a/pages/index.md
+++ b/pages/index.md
@@ -6,6 +6,12 @@ menuorder: 0
 CCWF example course website
 ===========================

+Foo -- bar. `Foo -- bar`. "Foo bar". `"Foo bar"`.
+
+```
+Foo -- bar. "Foo bar".
+```
+
 This is the course website for the course \$coursename\$
 (\$coursecode\$) given in study period \$studyperiod\$, \$year\$.
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