Skip to content

Inline code should not be pretty-printed #5

Description

@AndreasLoow

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\$.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions