Skip to content
Discussion options

You must be logged in to vote

The -- is being converted to an en dash. You can disable this 'smart' behavior like so:

---
title: Hello World
from: markdown-smart
---

Hello--World--

Or you can just escape the dashes like so:

---
title: Hello World
---

Hello\-\-World--

HTH!

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ivansaul
Comment options

Answer selected by ivansaul
Comment options

You must be logged in to vote
2 replies
@cscheid
Comment options

@mcanouil
Comment options

mcanouil Jan 3, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
markdown Related to markdown-like output format
4 participants