Skip to content

Commit 1721ff9

Browse files
committed
small changes 2
1 parent a7135c5 commit 1721ff9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

book/syntax_exercises/013.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ bibliography: references.bib
4545
:class: note
4646
4747
A front matter header is a block of configuration settings written in YAML and placed at the very top of a Markdown file, enclosed between triple dashes `---`. It allows you to specify page-level options such as the title, tags, or the bibliography file to use.
48-
49-
For example, the following tells Jupyter Book to use `references.bib` for any citations on that page:
50-
51-
```yaml
52-
---
53-
bibliography: references.bib
54-
---
55-
```
5648
````
5749

5850

0 commit comments

Comments
 (0)