theforum/posts.json

16 lines
663 B
JSON
Raw Normal View History

2022-01-17 11:52:44 +01:00
[
{
"title": "Default post",
2022-01-17 20:25:05 +01:00
"content": "This is the first post, it was here since the beginning.\n\n\n(Remove the space after the '[' and before the ']')\n\n [ * [* text *] * ] [ ** [** text **] ** ] [ *** [*** text ***] *** ] [ _ [_ text _] _ ] [ *_ [*_ text _*] _* ] [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** ] [ \" [\" text \"] \" ]",
2022-01-17 11:52:44 +01:00
"author": "root",
"comments": [
{
"title": "The first comment",
"content": "This is the first comment, it was here since the beginning.",
"author": "Anonymous",
"comments": []
}
]
}
]