You don’t need to know anything about Markdown (the simple formatting language used by the forum) to post on TPF—the toolbar buttons work fine, and BBCode still works too. But if you’d like a quick way to format posts using plain text, the examples below show the basics.
Bold and Italic
To make text bold:
**bold text**
To make text italic:
*italic text*
Quoting Someone
You can select text in any post and click the Quote button, but if you want to quote something else (an external source, for instance), or if you just want to do it manually, you can do this:
To quote a line, put > at the start:
> This is a quoted sentence.
To form a multi-paragraph quotation, do it like this:
> First paragraph goes here. First paragraph goes here. First paragraph goes here. First paragraph goes here.
>
> Second paragraph goes here. Second paragraph goes here. Second paragraph goes here. Second paragraph goes here. Second paragraph goes here.
This will be rendered as follows:
First paragraph goes here. First paragraph goes here. First paragraph goes here. First paragraph goes here.
Second paragraph goes here. Second paragraph goes here. Second paragraph goes here. Second paragraph goes here. Second paragraph goes here.
Optionally you can include an attribution like this:
> This is a wise statement.
>
> --- Prof. Sophia Dialectica, _Collected Statements_
This will be rendered as follows:
This is a wise statement.
— Prof. Sophia Dialectica, Collected Statements
Links
To add a link:
[Text of link](https://example.com)
Example:
[Stanford Encyclopedia of Philosophy](https://plato.stanford.edu)
Lists
Bullet list:
- First item
- Second item
- Third item
Numbered list:
1. First item
2. Second item
3. Third item
Code or Technical Text
For short code or filenames, use backticks:
`like_this`
For longer code blocks, use the Preformatted Text button in the editor.
Headings
You can create a heading with #:
# Big heading
## Smaller heading
### Even smaller heading
#### Even smaller heading than *that*
Paragraphs
Leave a blank line between paragraphs, or they may run together.
Tip
If you’re unsure, just write normally and post. You can always edit your post afterwards.
