From 977f794ab8b28d7462fd0e85eee7d4343f946d3a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Sep 2023 01:29:17 +0200 Subject: Wrap example code to 73 columns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normally I wrap code and stuff to 80 columns, but I’m going to use 73 for the examples in the manuals as manual page readers are probably indenting stuff quite a bit. --- gsp.5 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gsp.5') diff --git a/gsp.5 b/gsp.5 index e38ab69..c7c7651 100644 --- a/gsp.5 +++ b/gsp.5 @@ -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. } } } -- cgit v1.2.3