Skip to content

Commit

Permalink
Re-build README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 99859f7 commit a0757a6
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@


# Extensions for Quarto

The `quarto-ext` organization collects extensions maintained by the core Quarto team.

Learn more about creating your own extensions here: <https://quarto.org/docs/extensions/>
Learn more about creating your extensions here: <https://quarto.org/docs/extensions/>

| Extension name | Description | Install |
|:---------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------|
| [latex-environment](https://github.com/quarto-ext/latex-environment) | Quarto extension to output custom LaTeX environments. | `quarto install extension quarto-ext/latex-environment` |
| [lightbox](https://github.com/quarto-ext/lightbox) | Create lightbox treatments for images in your HTML documents. | `quarto install extension quarto-ext/lightbox` |
| [fontawesome](https://github.com/quarto-ext/fontawesome) | Use Font Awesome icons in HTML and PDF documents. | `quarto install extension quarto-ext/fontawesome` |
| [pointer](https://github.com/quarto-ext/pointer) | A very simple RevealJS plugin extension that adds support for switching the cursor to a ‘pointer’ style element while presenting. | `quarto install extension quarto-ext/pointer` |
| [attribution](https://github.com/quarto-ext/attribution) | Display attribution text sideways along the right edge of Revealjs slides. | `quarto install extension quarto-ext/attribution` |
| [shinylive](https://github.com/quarto-ext/shinylive) | Quarto extension to embed Shinylive for Python applications | `quarto install extension quarto-ext/shinylive` |
| [fancy-text](https://github.com/quarto-ext/fancy-text) | Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats. | `quarto install extension quarto-ext/fancy-text` |
| Extension name | Description | Install |
|:-----------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------|
| [latex-environment](https://github.com/quarto-ext/latex-environment) | Quarto extension to output custom LaTeX environments. | `quarto add extension quarto-ext/latex-environment` |
| [lightbox](https://github.com/quarto-ext/lightbox) | Create lightbox treatments for images in your HTML documents. | `quarto add extension quarto-ext/lightbox` |
| [fontawesome](https://github.com/quarto-ext/fontawesome) | Use Font Awesome icons in HTML and PDF documents. | `quarto add extension quarto-ext/fontawesome` |
| [pointer](https://github.com/quarto-ext/pointer) | A very simple RevealJS plugin extension that adds support for switching the cursor to a ‘pointer’ style element while presenting. | `quarto add extension quarto-ext/pointer` |
| [attribution](https://github.com/quarto-ext/attribution) | Display attribution text sideways along the right edge of Revealjs slides. | `quarto add extension quarto-ext/attribution` |
| [shinylive](https://github.com/quarto-ext/shinylive) | Quarto extension to embed Shinylive for Python applications | `quarto add extension quarto-ext/shinylive` |
| [fancy-text](https://github.com/quarto-ext/fancy-text) | Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats. | `quarto add extension quarto-ext/fancy-text` |
| [holder](https://github.com/quarto-ext/holder) | Quarto extension to create placholder images | `quarto add extension quarto-ext/holder` |
| [include-code-files](https://github.com/quarto-ext/include-code-files) | Quarto extension to include code from source files. | `quarto add extension quarto-ext/include-code-files` |

0 comments on commit a0757a6

Please sign in to comment.