/SLIM

SLIM font filter for quarto

Primary LanguageLuaMIT LicenseMIT

SLIM quarto extension

This is a simple SLIM font extension to quarto. This extension was inspired by the critic markup extension for ScholarlyMarkdown available under MIT license.

Installing

quarto add ziyiyin97/SLIM

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

To use this extension, simply add it to your header as a filter

---
title: Markup example
filters:
  - SLIM
---

Example

Here is a minimal example showing the critic markup syntax and its rendering: example.qmd.