diff --git a/docs/ui/base/typography.mdx b/docs/ui/base/typography.mdx index d873a5f45..5c8788818 100644 --- a/docs/ui/base/typography.mdx +++ b/docs/ui/base/typography.mdx @@ -106,7 +106,7 @@ Use the `hr` tag to represent a thematic break between paragraphs within one sec You can also add a label to a horizontal rule and align it as you see fit. -```html code example vertical centered columns={2} +```html example vertical centered columns={2}

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

@@ -257,7 +257,7 @@ Control the font smoothing of an element. Use the `.antialiased` utility to render text using subpixel antialiasing or use the `.subpixel-antialiased` utility to remove antialiasing. -```html code example +```html example
Text with antialiasing
Text without antialiasing
``` @@ -280,7 +280,7 @@ To edit settings, press ctrl + , or ctrl +

Hello World

Lorem ipsum[1] dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque. Subscript works as well!

diff --git a/docs/ui/components/alerts.mdx b/docs/ui/components/alerts.mdx index 80ae58f7d..2551f2658 100644 --- a/docs/ui/components/alerts.mdx +++ b/docs/ui/components/alerts.mdx @@ -38,7 +38,7 @@ Depending on the information you need to convey, you can use one of the followin Add a link to your alert message to redirect users to the details they need to complete or additional information they should read. -```html example vertical code height="7rem" +```html example vertical height="7rem"
This is a danger alert — check it out!
@@ -255,7 +255,7 @@ Add an icon to your alert modal to make it more user-friendly and help users eas Add an avatar to your alert modal to make it more personalized. -```html code example height="420px" +```html example height="420px"