From 510b7adf6dcf37aad5fb9e48befb3fd130da8346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 15 Jul 2018 12:43:20 +0200 Subject: [PATCH] improving readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3facf99..95d8a87 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ This version does not include any of the FA helper classes (like `fa-spin`), and to apply the font. Simply add the icon class, like `fa-star`, to your element, and the icon will appear in its `::before` pseudo-element. This behavior is similar to fonts generated by fontello. -``` +```html abusing the italic element ``` -``` +```html
this works too
``` @@ -51,7 +51,7 @@ Another way to add the icon to an element is by adding `data-icon="Ӓ"` whe code you copied from the preview HTML. This is a bit harder to use, but may be useful in some situations. You can also use this method to sneak emoji or other characters into your pages as icons, but you have to html-encode them first. -``` +```html this is a grinning face emoji ```