Thank you for your interest in our POC
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace
.
I wonder if collapsible sections work:
Click to expand!
Heading
- A numbered
- list
- With some
- Sub bullets
Itemized lists look like this:
- this one
- that one
- the other one
The content between the two horizontal lines below is transcluded from alma.txt
.
- An ordered list starts before the transclusion.
A header, for no real reason
-
This is some content that I'd like to include in some other files:
-
Let's see if code works:
class Person: def __init__(self, name, age): self.name = name self.age = age def myfunc(self): print("Hello my name is " + self.name)
- The ordered list terminates after the transclusion.
#!/bin/bash
STR="Hello World!"
echo $STR
#include
int main(void) {
printf("hello, world\n");
}
#include <iostream>
int main() {
std::cout << "Hello, world!\n";
return 0;
}
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
Block quotes are written like so.
They can span multiple paragraphs, if you like.
Use 3 dashes for an em-dash (---). Use 2 dashes for ranges (e.g. "It's all in chapters 12--14."). Three dots ... will be converted to an ellipsis.
Unicode is supported.☺
An h2 header
Here's a numbered list:
- first item
- second item
- third item
You can optionally mark the delimited block for Pandoc to syntax highlight it:
import time
# Quick, count to ten!
for i in range(10):
# (but not *too* quick)
time.sleep(0.5)
print i
An h3 header
Now a nested list:
-
First, get these ingredients:
- carrots
- celery
- lentils
-
Boil some water.
-
Dump everything in the pot and follow this algorithm:
- find wooden spoon
- uncover pot
- stir
- cover pot
- balance wooden spoon precariously on pot handle
- wait 10 minutes
- goto first step (or shut off burner when done)
Note
Everything not saved will be lost.
Notice again how text always lines up on 4-space indents (including that last line which continues item 3 above).
Here's a link to a website.
Tables can look like this:
size | material | color |
---|---|---|
9 | leather | brown |
10 | hemp canvas | natural |
11 | glass | transparent |