# mdbook-mark **Repository Path**: blazh/mdbook-mark ## Basic Information - **Project Name**: mdbook-mark - **Description**: mdbook 的 preprocessor, 能将 ==== 渲染成 - **Primary Language**: Rust - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust, mdbook ## README # mdbook-mark > this is a mdbook preprocessor which can render ==== to <mark></mark> ## quick start ### install mdbook-mark ```shell script cargo install mdbook-mark ``` ### configure book.toml ```toml [book] authors = ["blazh"] language = "en" multilingual = false src = "src" title = "test" # add into your book.toml [preprocessor.mark] command="mdbook-mark" ```