-
Notifications
You must be signed in to change notification settings - Fork 0
Posting Syntax
Ryan Linnit edited this page Nov 8, 2019
·
1 revision
All quotes must start with >
Example:
>This is a quote
Quotes must be at the start of a line, >not like this
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 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;
});
```