]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
quick doc fix 5359/head
authorNic Mendoza <nic.mendoza@gmail.com>
Fri, 25 Jul 2014 21:16:58 +0000 (17:16 -0400)
committerNic Mendoza <nic.mendoza@gmail.com>
Fri, 25 Jul 2014 21:16:58 +0000 (17:16 -0400)
doc/pages/components/abide.html

index 9c0c6c6aeefd9641294d0b9527cd746efaf37da8..d7f7716f63b5cec877f3861281b6f7f8910928b5 100755 (executable)
@@ -123,11 +123,13 @@ Suppose you've defined a custom validator `diceRoll` which randomly marks your e
 ```
 {{/markdown}}
 
+
 Additionally, if you are using a custom validator and specify an input type or a pattern on the input, Abide will check both when validating the input. The following will check your input value against the built in email pattern as well as your isAllowed custom validator function:
 
 {{#markdown}}
-````html
+```html
 <input type="email" data-abide-validator="isAllowed">
+```
 {{/markdown}}
 
 ***