mirror of
https://github.com/danbulant/api_docs
synced 2026-05-20 12:48:39 +00:00
Add asides instructions to syntax.md
This commit is contained in:
parent
446f9341b9
commit
c1502d0476
1 changed files with 14 additions and 0 deletions
14
syntax.md
14
syntax.md
|
|
@ -88,3 +88,17 @@ You can use those formatting rules in code annotations, tables, paragraphs, list
|
|||
## Links
|
||||
|
||||
This is an [internal link](#error-code-definitions), this is an [external link](http://google.com).
|
||||
|
||||
## Notes and Warnings
|
||||
|
||||
You can add little highlighted warnings and notes with just a little HTML embedded in your markdown document:
|
||||
|
||||
<aside class="notice">
|
||||
You must replace `meowmeowmeow` with your personal API key.
|
||||
</aside>
|
||||
|
||||
Use `class="notice"` for blue notes, `class="warning"` for red warnings, and `class="success"` for green notes.
|
||||
|
||||
## Need Help?
|
||||
|
||||
If you have trouble with any of the syntax, or if it's confusing, let us know by filing an issue. Thanks!
|
||||
|
|
|
|||
Loading…
Reference in a new issue