### Markdown Syntax Example Source: https://github.com/aehrc/ontoserver/blob/master/index.md This snippet demonstrates common Markdown syntax for formatting text, lists, links, and images. It is useful for writing documentation within the repository. ```markdown 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) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.