Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins.md adding remark-callouts and remark-wiki-link-plus #1406

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The list of plugins:
— increase or decrease heading depth
* 🟢 [`remark-breaks`](https://github.com/remarkjs/remark-breaks)
– hard breaks w/o needing spaces (like on issues)
* 🟢 [`remark-callouts`](https://github.com/flowershow/remark-callouts)
- Remark plugin to add support for blockquote-based callouts/admonitions similar to the approach of Obsidian and Microsoft Learn style.
* 🟢 [`remark-capitalize`](https://github.com/zeit/remark-capitalize)
– transform all titles w/ [`title.sh`](https://github.com/zeit/title)
* 🟢 [`remark-capitalize-headings`](https://github.com/Xunnamius/unified-utils/blob/main/packages/remark-capitalize-headings)
Expand Down Expand Up @@ -342,6 +344,8 @@ The list of plugins:
— compile markdown to [VDOM](https://github.com/Matt-Esch/virtual-dom/)
* 🟢 [`remark-wiki-link`](https://github.com/landakram/remark-wiki-link)
— new syntax for wiki links (rehype compatible)
* 🟢 [`remark-wiki-link-plus`](https://github.com/flowershow/remark-wiki-link-plus)
- Parse and render wiki-style links in markdown especially Obsidian style links `[[...]]`
* 🟢 [`remark-yaml-config`](https://github.com/remarkjs/remark-yaml-config)
— configure remark w/ YAML

Expand Down
Loading