mm-docs
remark
mm-docs | remark | |
---|---|---|
2 | 46 | |
20 | 8,018 | |
- | 1.6% | |
4.5 | 7.7 | |
9 months ago | 22 days ago | |
PowerShell | JavaScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mm-docs
-
Stripe Open Sources Markdoc
I am glad to know there are those that put so much thought into documentation. Documentations is just another service, and deserves all the same methodology: CI/CD, tests, components, reuse etc.
As far as I can see, you can get similar workflow with combination of existing tools. I created this docker image that combines them for very easy consumption and created thousands of pages of technical, functional and user documentation with it:
https://github.com/majkinetor/mm-docs
- Show HN: Documentation system for any kind of project and documentation type
remark
-
Level Up Your Markdown: Embedding Dynamic Content with remark-react-liquid-tag
This plugin is built as an extension for remark, a powerful Markdown processor. When used in conjunction with react-remark (a library for rendering Markdown as React components), remark-react-liquid-tag parses your Markdown for these special liquid tags.
-
Introducing docusaurus-plugin-chat-page: An AI-Powered Chat Interface for Your Documentation
Processes and Chunks Content: Using tools like gray-matter and remark (with strip-markdown), the plugin extracts frontmatter (such as titles and tags) and converts the Markdown into plain text. Then it splits this content into manageable chunks (with configurable maximum chunk size) while preserving metadata like file paths.
-
Extending AstroJS Markdown Processing With Remark and Rehype Plugins
Both Remark and Rehype are frameworks to transform documents by first transforming them to abstract syntax trees (AST) and then applying pluggable functions to the AST before converting it to the target format.
-
Developing GROWI Plug-ins (Remark Plug-ins)
remarkjs/remark: markdown processor powered by plugins part of the @unifiedjs collective
-
Which software do you use to create presentations using Vim that is superior to existing ones?
I also didn't try this tool but it's called RemarkJS which is named too similar to revealjs.
-
How We Started Managing BSA Delivery Processes on GitHub
remark. Primarily, this is a linter for Markdown. Additionally, thanks to its numerous plugins, it allows us to perform additional checks for grammatical mistakes within the content itself. Before using this linter, our content was not scrutinized to this extent.
-
I built an Markdown editor using Next.js and TailwindCss 🔥
Rehype and Remark are plugins used to transform and manipulate the HTML and Markdown content of a website, helping to enhance its functionality and appearance.
-
how to retain position of markdown element in remark.js
I usually combine remark-parse, remark-rehype and rehype-react to transform markdown into react components. The configuration of the processor is like:
-
Building an Astro Blog with View Transitions
Astro content collection are as simple as a folder containing a bunch of Markdown (or Markdoc or MDX) files if that's the only thing you need, but they can also do relationship matching between different collections, frontmatter validation using zod and you can also customize how the markdown is parsed and translated to html using rehype and remark and their plugin ecosystem.
-
Simple markdown plugin to open external links in a new tab
On my personal blog I have few external links in my posts. I wanted to keep people on my website by applying target="_blank" on external (those what don't reference to my site) links. This is a common and good practice too. I write my content in Markdown, so I decided to write a remark plugin. It is simple to implement, just few lines of code.
What are some alternatives?
ConvertOneNote2MarkDown - Ready to make the step to Markdown and saying farewell to your OneNote, EverNote or whatever proprietary note taking tool you are using? Nothing beats clear text, right? Read on!
marked - A markdown parser and compiler. Built for speed.
mm-docs-template - Template to use with mm-docs
markdown-it - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
rst2nitrile - convert rst to latex books
ref - Turn Buffer instances into "pointers"