Skip to content

Formatting Examples

For full documentation visit mkdocs.org.

Code Annotation Examples

Some code goes here.

A code block of C#.

BlahBlah.cs
1
2
3
4
5
6
7
8
9
public class BlahBlah {

    public record {
        int id,
        string FirstName,
        string LastName
    }

}

Python code

import tensorflow as tf
def whatever():
    print('Hello World!')

Icons and Emojs

😄