bloody markdown formatting >:(

This commit is contained in:
2025-07-21 00:09:51 +01:00
parent fc3a68e476
commit 7eeafddae4

View File

@@ -72,20 +72,20 @@ relevant to the data at hand. Below is a list of all format indicators:<br/>
* %Y - Site Name as defined by site_name * %Y - Site Name as defined by site_name
* %Z - Attribution (to me) and source code link and license * %Z - Attribution (to me) and source code link and license
### Header's ### Header's
* "timeline_header": "<h1>%Y</h1><h2>%W</h2><a href="%P">Create Post</a>\<br/\><a href="%R">RSS Feed</a>\<br/\><a href="%Q">Sign Up</a>\<br/\><a href="%D">Delete Account</a>\<br/\>Hit count: %H%S"<br/> * "timeline_header": "\<h1\>%Y\</h1\>\<h2\>%W\</h2\>\<a href="%P"\>Create Post\</a\>\<br/\>\<a href="%R"\>RSS Feed\</a\>\<br/\>\<a href="%Q"\>Sign Up\</a\>\<br/\>\<a href="%D"\>Delete Account\</a\>\<br/\>Hit count: %H%S"<br/>
String. The format of the header peice of the home page/timeline page, example includes the site name, desciption and some relevant links. String. The format of the header peice of the home page/timeline page, example includes the site name, desciption and some relevant links.
* "user_page_header": "<h1>%F's posts:</h1>%I%S"<br/> * "user_page_header": "\<h1\>%F's posts:\</h1\>%I%S"<br/>
String. The format of the header peice of the user page which contains all posts from a particular user. example includes the prettyname and their description. String. The format of the header peice of the user page which contains all posts from a particular user. example includes the prettyname and their description.
* "tag_page_header": "<h1>Posts tagged: %G</h1>%S"<br/> * "tag_page_header": "\<h1\>Posts tagged: %G\</h1\>%S"<br/>
String. The format of the header peice of the tag page which contains all posts with a particular tag, example includes the tag name. String. The format of the header peice of the tag page which contains all posts with a particular tag, example includes the tag name.
### Post's ### Post's
* "user_post_format": "<h2>%T</h2><p>%C</p><i>%B</i>\<br/\><a href="%L">Permalink</a><\br/\>%X%M%S"<br/> * "user_post_format": "\<h2\>%T\</h2\>\<p\>%C\</p\>\<i\>%B\</i\>\<br/\>\<a href="%L"\>Permalink\</a\>\<\br/\\>%X%M%S"<br/>
String. The format of posts on the users page. Example includes title, content, tags, permalink and comments. String. The format of posts on the users page. Example includes title, content, tags, permalink and comments.
* "post_page_format": "<h1>%T</h1><p>%C</p><i>%B</i>\<br/\><i>By <a href="%U">%N</a></i>\<br/\><a href="%O">Edit Post</a>\<br/\><i>Posted: %D</i>\<br/\><i>Edited: %E</i>%S%X%M%S"<br/> * "post_page_format": "\<h1\>%T\</h1\>\<p\>%C\</p\>\<i\>%B\</i\>\<br/\>\<i\>By \<a href="%U"\>%N\</a\>\</i\>\<br/\>\<a href="%O"\>Edit Post\</a\>\<br/\>\<i\>Posted: %D\</i\>\<br/\>\<i\>Edited: %E\</i\>%S%X%M%S"<br/>
String. The format of the post on the post's page. Example includes title, content, tags, user page hyperlink, edit post hyperlink, publish date, modified date and comments. String. The format of the post on the post's page. Example includes title, content, tags, user page hyperlink, edit post hyperlink, publish date, modified date and comments.
* "timeline_post_format": "<h3>%T</h3><p>%C</p><a href="%L">Permalink</a><\br/\><i>By <a href="%U">%N</a></i>%X%M%S"<br/> * "timeline_post_format": "\<h3\>%T\</h3\>\<p\>%C\</p\>\<a href="%L"\>Permalink\</a\>\<\br/\\>\<i\>By \<a href="%U"\>%N\</a\>\</i\>%X%M%S"<br/>
String. The format of the posts on the timeline, example includes title, content, permalink, user page hyperlink and comments. String. The format of the posts on the timeline, example includes title, content, permalink, user page hyperlink and comments.
* "tag_post_format": "<h3>%T</h3><p>%C</p><i>%B</i>\<br/\><a href="%L">Permalink</a>\<br/\><i>By <a href="%U">%N</a></i>%S" * "tag_post_format": "\<h3\>%T\</h3\>\<p\>%C\</p\>\<i\>%B\</i\>\<br/\>\<a href="%L"\>Permalink\</a\>\<br/\>\<i\>By \<a href="%U"\>%N\</a\>\</i\>%S"<br/>
String. The format of the posts on the tag page, example includes title, content, permalink and user page hyperlink. String. The format of the posts on the tag page, example includes title, content, permalink and user page hyperlink.
### Other ### Other
* "site_wide_footer": "Site is ran by DeaDvey\<br/\>%Z"<br/> * "site_wide_footer": "Site is ran by DeaDvey\<br/\>%Z"<br/>