-
Sorry, there aren't discussions enabled for this repository, as this is more like a question.
I cannot figure out how to apply plugin options to mdc. I need to escape html tags included in my markd…
noook updated
8 months ago
-
## 概要
各種スタイル調整
## 対応箇所
### 1.記事の色を調整
`layout.tsx`の``に`className="prose-neutral"`を追加
### 2.コードブロック・インラインコードにシンタックスハイライト追加
`@`が競合する場合はこっちをオフにする。
- [参考(tailwind公式)](https://tailwindcss…
-
I noticed that `rehype` (using `hast-util-to-html` and `property-information` ultimately) wipes out value of attribute `capture` (because it's considered a boolean attribute)
https://github.com/woo…
-
Hello ,
thanks for the great library. I have some problems get in running. Here is my setup:
- I am using npm V 10.2.4.
- I use an .npmrc file with **legacy-peer-deps=true**
- I am using webpack…
-
### Description
I came across a large section of blank space between one chapter and the next. After looking in the code, I noticed that this blank space is reserved for content that is currently hid…
-
### Astro Info
```block
Astro v3.0.10
Node v20.5.1
System Windows (x64)
Package Manager npm
Output static
A…
-
When adding a diagram on Docusaurus 3.0.0, the following error is thrown when rendering the doc that contains said diagram:
```
Module build failed (from ../../node_modules/.pnpm/@docusaurus+mdx-loa…
-
You may hear about [React Live](https://react-live.netlify.app/), which can turn a Markdown code block into a live demo:
![image](https://github.com/remcohaszing/rehype-mdx-code-props/assets/583679…
-
能支持 i18n实现多语言么
-
Hope nextra code hilight can support grammar `// ^?`, please see below case
```ts
.query((opts) => {
const name = opts.input.name;
// ^?
return {
greeting: `Hello …