theforum/posts.json

16 lines
625 B
JSON

[
{
"title": "Default post",
"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 \"] \" ] [ # image link # ]",
"author": "root",
"comments": [
{
"title": "The first comment",
"content": "This is the first comment, it was here since the beginning.",
"author": "Anonymous",
"comments": []
}
]
}
]