Skip to content

Commit 9e6fdbf

Browse files
committed
Touch up documentation
1 parent 1ded5b7 commit 9e6fdbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `options` Quarto extension allows developers to craft options that incorpora
44

55
## Usage
66

7-
The `options` extension does not introduce significant enhancements to your document's content. Instead, it serves as a way for authors to quickly bootstrap their own custom code cell through an [extension embedding](https://quarto.org/docs/journals/formats.html#extension-embedding).
7+
The `options` extension does not introduce significant enhancements to your document's content. Instead, it serves as a way for authors to quickly bootstrap working with option tables through an [extension embedding](https://quarto.org/docs/journals/formats.html#extension-embedding).
88

99
## Installation
1010

@@ -40,7 +40,7 @@ When embedding the extension inside of your own extension, you should see the fo
4040

4141
Inside of the `_extension.yml`, please include the nested extension under `filters` as the first extension to run:
4242

43-
```
43+
```yml
4444
title: My Extension
4545
author: My Name
4646
version: 0.1.1

docs/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `options` Quarto extension allows developers to craft options that incorpora
99

1010
## Usage
1111

12-
The `options` extension does not introduce significant enhancements to your document's content. Instead, it serves as a way for authors to quickly bootstrap their own custom code cell through an [extension embedding](https://quarto.org/docs/journals/formats.html#extension-embedding).
12+
The `options` extension does not introduce significant enhancements to your document's content. Instead, it serves as a way for authors to quickly bootstrap working with option tables through an [extension embedding](https://quarto.org/docs/journals/formats.html#extension-embedding).
1313

1414
## Installation
1515

@@ -45,7 +45,7 @@ When embedding the extension inside of your own extension, you should see the fo
4545

4646
Inside of the `_extension.yml`, please include the nested extension under `filters` as the first extension to run:
4747

48-
```
48+
```yml
4949
title: My Extension
5050
author: My Name
5151
version: 0.1.1

0 commit comments

Comments
 (0)