Markdown Syntax
How to write and style documentation for AgentSerp
Titles
Use section headers to organize your AgentSerp documentation.
Subtitles
Use for endpoint-specific or feature-specific sections.
Each title and subtitle creates an anchor and also shows up on the table of contents on the right.
Text Formatting
Standard markdown formatting is supported. Use **
, _
, or ~
for bold, italic, or strikethrough.
Style | How to write it | Result |
---|---|---|
Bold | **bold** | bold |
Italic | _italic_ | italic |
Strikethrough | ~strikethrough~ |
You can combine these. For example, **_important_**
renders as important.
Linking to AgentSerp API Docs
To link to an endpoint page, use root-relative links:
Blockquotes
Use blockquotes to highlight important AgentSerp API usage notes.
Code and API Examples
Use fenced code blocks for API requests and responses:
Math and LaTeX
AgentSerp docs support math and formulas using LaTeX syntax in code blocks or with supported math plugins.
For advanced math rendering, see the Mintlify documentation on math/LaTeX support.