Files
quartz/docs/plugins/GitHubFlavoredMarkdown.md
saberzero1 cce45e0718 docs: add repository, enabled, required frontmatter to all plugin docs
Added repository, enabled, and required fields to the frontmatter of
all 44 plugin documentation files. Updated Plugins.base to include
these columns, matching the information previously in the manual tables.
Also filtered out internal plugins (Assets, Static, ComponentResources,
NotFoundPage) from the base query.
2026-05-24 19:46:42 +02:00

1.2 KiB

title, tags, image, repository, enabled, required
title tags image repository enabled required
GitHubFlavoredMarkdown
plugin/transformer
quartz-community/github-flavored-markdown true false

This plugin enhances Markdown processing to support GitHub Flavored Markdown (GFM) which adds features like autolink literals, footnotes, strikethrough, tables and tasklists.

In addition, this plugin adds optional features for typographic refinement (such as converting straight quotes to curly quotes, dashes to en-dashes/em-dashes, and ellipses) and automatic heading links as a symbol that appears next to the heading on hover.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

This plugin accepts the following configuration options:

  • enableSmartyPants: When true, enables typographic enhancements. Default is true.
  • linkHeadings: When true, automatically adds links to headings. Default is true.

API

  • Category: Transformer
  • Function name: ExternalPlugin.GitHubFlavoredMarkdown().
  • Source: quartz-community/github-flavored-markdown
  • Install: npx quartz plugin add github:quartz-community/github-flavored-markdown