Example 1
# {{ chapterHeader }} - Introduction
produces
#
Chapter 0
- Introduction
but I was hoping for
# Chapter 0 - Introduction
Example 2
This blog post was written using {{ shellOut ghc --version }}.
produces
This blog post was written using
The Glorious Glasgow Haskell Compilation System, version 8.10.2
.
but I was hoping for
This blog post was written using The Glorious Glasgow Haskell Compilation System, version 8.10.2.
Help :)
Is there a workaround for this?
Example 1
produces
but I was hoping for
Example 2
produces
but I was hoping for
Help :)
Is there a workaround for this?