This gets around the limitation where the Blackfriday smartDashes feature does not work on post titles as Hugo does not render the titles as Markdown by default. https://github.com/gohugoio/hugo/issues/4175master
parent
1d0fae138e
commit
0f3875654c
4 changed files with 30 additions and 3 deletions
@ -0,0 +1,10 @@ |
||||
+++ |
||||
title = "En dash – Em dash — Horizontal ellipsis … in titles" |
||||
tags = ["title"] |
||||
categories = ["upstream"] |
||||
draft = false |
||||
+++ |
||||
|
||||
This tests an `ox-hugo` feature that gets around an upstream |
||||
limitation, where the Blackfriday _smartDashes_ rendering does not |
||||
happen in post titles (`hugo` Issue #[4175](https://github.com/gohugoio/hugo/issues/4175)). |
||||
Loading…
Reference in new issue