Skip to content

Commit e1881a6

Browse files
authored
docs: prevent automatic <p> tag wrapping (#6491)
1 parent 80c400c commit e1881a6

File tree

1 file changed

+1
-1
lines changed
  • packages/lexical-website/docs/react

1 file changed

+1
-1
lines changed

packages/lexical-website/docs/react/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To make it easier for React users to implement rich-text editors, Lexical expose
1313
<a
1414
class="whitespace-nowrap rounded-md bg-blue-500 px-6 py-2 text-sm font-bold text-white transition-opacity hover:text-white hover:no-underline hover:opacity-90"
1515
href="/docs/getting-started/react">
16-
Getting Started Guide
16+
{`Getting Started Guide`}
1717
</a>
1818

1919
## Supported Versions

0 commit comments

Comments
 (0)