Skip to content

Commit 8b9497b

Browse files
authored
Merge pull request #994 from rundel/parsermd_typos
2 parents 2d9660f + 858d6d5 commit 8b9497b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/output-formats/docusaurus.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ If you use the `filename` attribute in Quarto, it will automatically become the
2828

2929
Code folding is also automatically applied. So, for example the following executable code block:
3030

31-
``` python
31+
```` python
3232
```{{python}}
3333
#| code-fold: true
3434
1 + 1
3535
```
36+
````
3637

3738
Is rendered as a collasable block in Docusaurus:
3839

docs/projects/binder.qmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ The following files will be written:
7272
└─────────────┴────────────────────────────────────────┘
7373
7474
? Continue? (Y/n) ›
75-
```
75+
```
7676

7777
After a final confirmation, Quarto will then write these files to the project:
7878

79-
```{.default}
80-
Writing configuration files
79+
```{.default}
80+
Writing configuration files
8181
[✓] postBuild
8282
[✓] apt.txt
8383
[✓] runtime.txt
@@ -162,4 +162,4 @@ If you have a manuscript project, you can also use `code-links: binder` in your
162162
```{.yaml filename="_quarto.yml"}
163163
manuscript:
164164
code-links: binder
165-
```
165+
```

0 commit comments

Comments
 (0)