- Micro-snippets of code (This is especially important for HTML tags or things that resemble HTML tags, since some HTML is allowed in posts and the site will try to render anything between
<and>)init()if (boolean) {<form action="..." method="post"><strong><level>
- Filenames and filepaths
readme.txt.htaccessC:\windows\system32__init__.py
- Shell commands, or executable names written as you'd write them at your terminal:
gitcp file1.txt file2.txt
- Showing a URL that you don't want to render into something clickable
http://www.example.com
- Data
- form input values
- text that an algorithm will operate on
- Short errors
AttributeError: 'super' object has no attribute '__getitem__'.
- Short outputs
- It's printing
<function <lambda> at 0x7f7563ceda60>. What does that mean?
- It's printing
Mark Amery
- 158.8k
- 15
- 131
- 199
Rollback to Revision 27 - I think the edits just rolled back were useful and should stay, for reasons outlined in the comments.
Mark Amery
- 158.8k
- 15
- 131
- 199