Skip to content

Posting Syntax

Ryan Linnit edited this page Nov 8, 2019 · 1 revision

Quotes

All quotes must start with >

Example:

>This is a quote
Quotes must be at the start of a line, >not like this

Cross links

You can link to another board with >>>/boardname/ and to specific posts on another board with >>>/boardname/postid

Example:

I can link to the technology board with >>>/technology/ 
I can also link to a direct post with >>>/literature/24

Code Blocks

Code can be posted with syntax highlighting and line numbers.

Example:

    ```php
    <?php
    var_dump($_SESSION);

    echo "This is PHP Code";
    ```
    ```javascript
    Array.from(document.getElementsByClassName("custom-file-label")).forEach(function(item) {
        item.textContent = fileName;
    });
    ```

Clone this wiki locally