Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 16, 2024
1 parent da41b31 commit 6682111
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ npm install remark-github-blockquote-alert
```js
import { remarkAlert } from 'remark-github-blockquote-alert'

let markdown = `\
# Alert
> [!NOTE]
> test
`;

let markdown = `# Alert \n> [!NOTE] \n> test`;
const htmlStr = remark()
.use(remarkParse)
.use(remarkAlert)
Expand Down

0 comments on commit 6682111

Please sign in to comment.