Here's a mix of common Markdown elements to show you how they look:
You can include code blocks with syntax highlighting:
package main
import "fmt"
func main() {
fmt.Println("Hello, DSBG!")
}
fn main() {
println!("Hello, DSBG!");
}
def main():
print("Hello, DSBG!")
if __name__ == "__main__":
main()
function main() {
console.log("Hello, DSBG!");
}
main();
Images are automatically copied to the output directory:
Here's some bold and italic text, and some inline code
.
Check out this example link.
This is a block quote. Useful for citing resources.