-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the bug
When setting `parameters.docs.toc.headingSelectors` in button.stories.tsx, it gets custom TOC settings for this component.
example (stories/button.stories.tsx in example):
``…
-
Example without the option:
```
$ npx markdown-toc README.md
- [my-project](#my-project)
- [Getting started](#getting-started)
- [Usage](#usage)
* [Example](#example)
- [API](#api)
* [Th…
-
**Description**
KaTeX that is placed into the title of a note doesn't get rendered correctly in the TOC and will cause weird displaying in the browser window title.
**To Reproduce**
1. Visit the …
-
![image](https://user-images.githubusercontent.com/23253540/205350835-ff3f8d06-fa63-4ea4-9138-41a6c4a5980f.png)
## 目录
* 1. [实际业务的困境](#ssr_1)
* 2. [Suspense SSR 架构](#SuspenseSSR)
* 2.1. [可能存在的…
-
vite.config.ts is:
```
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const mdPlugin = require('vite-plugin-markdown') // 需要通过commenJs方式引用
// https://vitejs.dev/config…
-
I'm trying to use this is Astro. Unfortunately, when at least one callout is present on the page, rendering crashes:
```
Failed to parse Markdown file "C:\Entwicklung\repos\eiko-wagenknecht.de\src…
-
Example,There is a markdown file with a question mark in its file name.
``` text
How can I get data from AsyncStorage and add it to initial state when using useReducer?.md
```
now i have to sho…
-
**What is the issue?**
Navigation on the [Learn](https://nucleoid.com/learn) page of NucleoidJS doesn't work properly.
**How to reproduce?**
- Goto the [Learn](https://nucleoid.com/learn) page…