Skip to content

Commit 71d5888

Browse files
committed
provide ability to specify id of html element
1 parent 186a80c commit 71d5888

5 files changed

Lines changed: 21 additions & 726 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ mdbook init --force --title <TITLE>
3333

3434
Edit the `book.toml` file; add the `asciinema` preprocessor.
3535

36-
```diff
36+
```toml
3737
[book]
3838
title = "My Book"
3939

40-
+ [preprocessor.asciinema]
40+
[preprocessor.asciinema]
4141
```
4242

4343
Add your asciicast file/s into a path underneath `src`.

example/src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib/

0 commit comments

Comments
 (0)