]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Docs: Added example for text decoration!
authorharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:34:36 +0000 (02:04 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:34:36 +0000 (02:04 +0530)
docs/pages/prototyping.md

index 3f6887a019c66b2d31ad3375278fbfa8b6c301c3..6256a10782cf04d74a6023e1355d47fdd58d3d8b 100644 (file)
@@ -628,7 +628,7 @@ Note how `text-capitalize` just changes the first letter of every single word, l
 
 Text Decoration can be used to underline, overline, or line-through a text. You can change the text decoration by adding `.text-underline`, `text-overline`, `text-line-through` to an element.
 
-```html
+```html_example
 <p class="text-underline">Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
 <p class="text-overline">Perspiciatis tempore cumque, magni aspernatur, quidem</p>
 <p class="text-line-through">Lorem minus, placeat, iure voluptas aliquam tempora neque?</p>