#mdbook #quote #markdown #replace #blocks #within #curly

app mdbook-curly-quotes

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

5 releases

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

#820 in Text processing

Download history 1/week @ 2024-02-20 6/week @ 2024-02-27 6/week @ 2024-03-26 22/week @ 2024-04-02

269 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
~323K SLoC