mdbook-playscript 0.5.0

Preprocessor for mdBook, which styles stage play scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[book]
authors = ["Beaumarchais"]
language = "fr"
multilingual = false
src = "src"
title = "La Folle Journée"

[preprocessor.playscript]
command = "../../target/debug/mdbook-playscript"
title-conjunction = "ou"
subtitle = "Le Mariage de Figaro"
counting.enable = true # this option must be ignored

[output.html]
additional-css = ["mdplayscript.css"]