diff options
Diffstat (limited to 'gsp.5')
-rw-r--r-- | gsp.5 | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -41,12 +41,13 @@ html lang="en" { key-1="value-1" key-2 = "value-2" {- - This paragraph has an ID, two classes, and two additional attributes. GSP - allows us to use the ‘#ident’ and ‘.ident’ syntaxes as shorthands for - applying IDs, and classes. This is a text node, so nothing is being - interpreted as GSP nodes, but we can include them inline if we want. As - an example, here is some @em {-emphatic} text. Your inline nodes can also - have attributes @em #id .cls {-just like a regular node}. + This paragraph has an ID, two classes, and two additional + attributes. GSP allows us to use the ‘#ident’ and ‘.ident’ + syntaxes as shorthands for applying IDs, and classes. This is a + text node, so nothing is being interpreted as GSP nodes, but we can + include them inline if we want. As an example, here is some @em + {-emphatic} text. Your inline nodes can also have attributes @em + #id .cls {-just like a regular node}. } } } @@ -166,8 +167,8 @@ html { body { p {- - Welcome to my website! Here on my website you can find cute cat pictures, - amongst other things. + Welcome to my website! Here on my website you can find cute cat + pictures, amongst other things. } } } |