Skip to content

Commit

Permalink
Touch up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 28, 2024
1 parent 1ded5b7 commit 9e6fdbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `options` Quarto extension allows developers to craft options that incorpora

## Usage

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).
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).

## Installation

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

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

```
```yml
title: My Extension
author: My Name
version: 0.1.1
Expand Down
4 changes: 2 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `options` Quarto extension allows developers to craft options that incorpora

## Usage

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).
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).

## Installation

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

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

```
```yml
title: My Extension
author: My Name
version: 0.1.1
Expand Down

0 comments on commit 9e6fdbf

Please sign in to comment.