% layout 'default'; % title 'About Post::Text';

<%= title %>

Post::Text is a textboard a bit like 2channel. You can post whatever you want anonymously just please mind the <%= link_to rules => 'rules_page' %>. Markdown is supported for formatting posts using the original implementation from The Daring Fireball. For example, back-ticks are for inline code while indentation should be used if you want an entire code bock:


This is `inline_code()` and so is ```this()```. This is incorrect:

```
if (true) {
    do_stuff();
}
```

This is correct for a multi-line code block:

    if (true) {
        do_stuff();
    }
  

You can use an actual tab character or four spaces to indent. Only Markdown as well as the HTML tags <br> and <s> are supported. All other HTML will be filtered out.

There is a button for users to 'flag' a post for review by a moderator. If you need further assistance you can reach out to the webmaster. There is also a 'bump' button you're free to use and abuse to your heart's content. If you're already using a feed reader or some sort of email client you can check out the <%= link_to 'RSS feed', threads_feed => {format => 'rss'} %>.

Click 'New' in the top navigation bar to start a new thread and post your manifesto.