#mdbook #quote #markdown #replace #blocks #spans #curly

app mdbook-curly-quotes

mdBook preprocessor that replaces straight quotes with curlyquotes, except within code blocks or code spans

4 releases

0.4.27 Feb 26, 2023
0.4.7 Mar 20, 2021
0.4.2 Aug 3, 2020
0.3.0 May 11, 2020

#803 in Text processing

28 downloads per month

MPL-2.0 license

17KB
140 lines

mdbook-curly-quotes

build dependency status Crates.io

mdBook preprocessor that replaces straight quotes with curly quotes, except within code blocks or code spans.

It does the same as the curly-quotes option of the mdBook HTML renderer. The only advantage is that it can be applied to any renderer.

Usage

The following example configures mdbook-curly-quotes as a preprocessor for the epub renderer.

[book]
title = "Example book"
author = "John Doe"

# add the curly-quotes preprocessor
[preprocessor.curly-quotes]
# select renderers
renderer = ["epub"]

[output.epub]

More on configuring preprocessors can be found in the mdBook Documentation.

Dependencies

~11–23MB
~324K SLoC