Using github notes ([!NOTE]) does not seem to work #1326
-
Hi guys do you have any idea on why this is not working? Note test Even though it's working on Github ? Here is my code: import Markdown from 'react-markdown'
import remarkGfm from 'remark-gfm'
const markdowncomponent = () => {
return <Markdown remarkPlugins={[remarkGfm]}>{'> [!NOTE]
> test'}</Markdown>
} https://codesandbox.io/p/sandbox/friendly-wave-g7l78t Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
May 10, 2024
Replies: 1 comment 1 reply
Answer selected by
flazouh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See rehypejs/rehype-github#3