mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
10 lines
226 B
TOML
10 lines
226 B
TOML
[book]
|
|
title = "mdBook Documentation"
|
|
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
|
|
author = "Mathieu David"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
|
|
[output.html.playpen]
|
|
editable = true
|