Elimina el directorio examples de mdbook

This commit is contained in:
Manuel Cillero 2022-07-26 06:31:00 +02:00
parent 1094435a38
commit 53668b8719
2 changed files with 0 additions and 112 deletions

View file

@ -33,14 +33,6 @@ translates inputs to the correct `Preprocessor` method. For convenience, there
is [an example no-op preprocessor] in the `examples/` directory which can easily
be adapted for other preprocessors.
<details>
<summary>Example no-op preprocessor</summary>
```rust
// nop-preprocessors.rs
{{#include ../../../examples/nop-preprocessor.rs}}
```
</details>
## Hints For Implementing A Preprocessor