### Markdown Heading Example Source: https://scuttlebutt.nz/docs/introduction/writing Use a '#' followed by a space to create a heading in Markdown. ```markdown # hello world ``` -------------------------------- ### Markdown Link Example Source: https://scuttlebutt.nz/docs/introduction/writing Create a hyperlink with display text and a URL using Markdown's square and parentheses syntax. ```markdown [display text](https://ssb.nz) ``` -------------------------------- ### Scuttlebutt Message Link Example Source: https://scuttlebutt.nz/docs/introduction/writing Link to a specific Scuttlebutt message using its unique ID within Markdown. ```markdown [See my last message about dogs here](%SNQIRZ8NU9ujOcr9iXJvlJP0qjdv99J/g4/JMuWYjK0=.sha256) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.