ziyiyin97 / SLIM

SLIM font filter for quarto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SLIM font filter for quarto

License:MIT License


Languages

Language:Lua 100.0%