Skip to content

Commit 85d2a5f

Browse files
committed
Improves Tailwind detection performance and reliability
1 parent a0beda5 commit 85d2a5f

File tree

18 files changed

+47
-13
lines changed

18 files changed

+47
-13
lines changed

docs/components/markdown/markdown.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ body {
110110

111111
You can use the `tocRenderer` prop to render a table of contents from your Markdown content. The headers will be automatically detected and rendered in the order they appear. You need to place the `<Toc />` component in your Markdown content to render the table of contents.
112112

113+
You can also use the `id` attribute in your headers to link to them directly.
114+
113115
<Frame background="subtle"><img src="../../images/previews/markdown-344947c9/document.1.jpg" style={{ width: '100%', height: 'auto', maxHeight: '500px', borderRadius: "0.25rem", overflow: "hidden", border: '1px solid #E5E4E2' }} /></Frame>
114116

115117
<div style={{paddingTop: "1rem", paddingBottom: "1rem"}}><CodeBlocks>

0 commit comments

Comments
 (0)