Remarkup Demo
Remarkup Demo
Remarkup Examples
Edit this page to see how each of the items was made.
bold text
italic text
underlined text
strikethrough text
highlighted text
bold, italic, highlighted text that has been crossed out
Make this italic and then keep typing
and typing
and typing.
Header 1
Header 2
Header 3
Header 4
Header 5
Very Tiny Header
- Item 1
- Item 2
- Item 3
- and so on
- Graphics
- Anari
- 1
- 2
- 3
- A
- B
- C
- Lightrift
- Punchline
- Anari
- Content
- Ratscript
- Trailcrest
- SIMPLEXpress
- First item.
- Second item.
- Second second item.
- Third item.
- Fourth item.
- This is step 1.
- This is step 2.
- This is step 3.
Monospaced text.
Ratscript Hello World
make msg1 = "Hello, " make msg2 = "world!" print(msg1 + msg2)
C++ Hello World
#include <iostream> using namespace std; int main() { string msg1 = "Hello, " string msg2 = "world!" cout << msg1 << msg2 << endl; return 0; }
thisIsSomeVeryBadCode();
NOTE: This is a note in a blue box.
WARNING: This is a warning in a yellow box.
IMPORTANT: This is important and is in a red box.
This is a note.
This is a warning.
This is important.
DuckDuckGo
Maniphest
Resources
T109: Search/Sort Algorithms D99: Test Framework v1
{U1} {M4}This is some quoted text.
Fruit | Color | Price | Peel? | Source |
---|---|---|---|---|
Apple | red | $0.93 | no | Yakima |
Banana | yellow | $0.19 | YES | |
→ Grocery Store → Produce Section →
Step 1 → Step 2 → Step 3 → Step 4
(I dragged and dropped this image to attach it.)
This character appears in Precocious.
- Last Author
- jcmcdonald
- Last Edited
- Jan 15 2016, 6:46 PM