This is the source code for our lab's public web page: https://ccnlab.org, which is then rendered into html by Hugo: https://gohugo.io
You can navigate directly to the content directory on GitHub to view the web pages, which will render partially here as regular markdown pages without all the extra formatting and navigation help etc.
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
For more details see GitHub Flavored Markdown.