-
It can be useful to have pages that define content (executable outputs, markdown snippets, etc) that are solely meant for re-use in a book, and aren't part of the book itself.
Right now, for a docume…
-
With version 3.13.5, I am unable to get the utility to properly check links.
`markdown-link-check-config.json`:
```json
{
"ignorePatterns": [
{
"pattern": "^https://my-repo.com/d…
-
Org is insanely powerful at generating links that don't work. I had been using org-make-toc, but org will not export working org links to working markdown links.
If you turn off the toc at the beg…
-
**What would you like to be added**:
Currently, in Markdown document ViewMode, there is no Table of Contents (ToC) feature available. For long documents, it becomes challenging for users to navig…
-
I installed the package using `npm install react-markdown-toc`, but I couldn't import anything from the package.
I did
```
import { TOC } from 'react-markdown-toc/client'
```
but I got
```
Se…
-
Continuing the conversation from #4371, the goal is to create a parser that accepts markdown as input as spits out a list of headings that can be easily formatted into a table of contents or similar. …
-
In my current pre-commit file, I'm running mdformat twice, once with `toc` and once with `mkdocs` so that the lists generated have 4-space indents to comply with the mkdocs norm.
Current pre-com…
-
### Feature and motivation
Is there an easy way to use the Carbon icon instead of a unicode character for getting the URL for a within-page header link?
It doesn't have to autohide like Carbon Ga…
-
-
Repro:
```
mkdir /tmp/repro && cd /tmp/repro
npm init -y
npm install docs-ts
npm audit
```
This results in:
```
2 high severity vulnerabilities
To address all issues, run:
npm aud…