Skip to Content
Utils & ThemesRemarkUseful Plugins

Useful Plugins

Here are some remark plugins that might be useful.

remark-github

https://github.com/remarkjs/remark-github

  • Links references to commits, issues, and users in the same way that GitHub does in comments.
npm install remark-github --save-dev
typedoc.json
{ "remarkPlugins": ["remark-github"] }
Last updated on