From c3234437af92c81d5ede3ae66b9fe0e7fcd3b0af Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 5 May 2017 03:39:08 +0200 Subject: Trying to fix a markdown formatting problem. --- Templates.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Templates.md b/Templates.md index fcdac06..4d9560e 100644 --- a/Templates.md +++ b/Templates.md @@ -191,8 +191,8 @@ Default template for error page 404 Not Found. * `$PAGE['GUID']`: Contains a pseudo-guid of the page * `$PAGE['ARGV']`: Contains the arguments parsed as key->value array * `$PAGE['FILE']['LIST']`: List of extracted image URLs from the body -* `$PAGE['BODY']['TEXT']\(\)`: Pre-parsed content of the page body -* `$PAGE['BODY']['HTML']\(\)`: HTML parsed content of the page body +* `$PAGE['BODY']['TEXT'] ()`: Pre-parsed content of the page body +* `$PAGE['BODY']['HTML'] ()`: HTML parsed content of the page body * `$PAGE['ATTR']['USER']`: Raw attribute data from database column `user` * `$PAGE['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$PAGE['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name` @@ -207,8 +207,8 @@ Default template for error page 404 Not Found. * `$POST['GUID']`: Contains a pseudo-guid of the post * `$POST['ARGV']`: Contains the arguments parsed as key->value array * `$POST['FILE']['LIST']`: List of extracted image URLs from the body" -* `$POST['BODY']['TEXT']\(\)`: Pre-parsed content of the post body -* `$POST['BODY']['HTML']\(\)`: HTML parsed content of the post body +* `$POST['BODY']['TEXT'] ()`: Pre-parsed content of the post body +* `$POST['BODY']['HTML'] ()`: HTML parsed content of the post body * `$POST['ATTR']['USER']`: Raw attribute data from database column `user` * `$POST['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$POST['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name` @@ -223,8 +223,8 @@ Default template for error page 404 Not Found. * `$USER['GUID']`: Contains a pseudo-guid of the user content * `$USER['ARGV']`: Contains the arguments parsed as key->value array * `$USER['FILE']['LIST']`: List of extracted image URLs from the body -* `$USER['BODY']['TEXT']\(\)`: Pre-parsed content of the user body -* `$USER['BODY']['HTML']\(\)`: HTML parsed content of the user body +* `$USER['BODY']['TEXT'] ()`: Pre-parsed content of the user body +* `$USER['BODY']['HTML'] ()`: HTML parsed content of the user body * `$USER['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$USER['ATTR']['BODY']`**{!}**: Raw attribute data from database column `body` * `$USER['ATTR']['ARGV']`: Raw attribute data from database column `argv` -- cgit v1.2.3