"/api/v1/some_endpoint": {
"post": {
"description": "**Logical operators** (lowercase and case-sensitive):\n\n* AND operator: `;` or `and`\n* OR operator: `,` or `or`\n\n"
}
}
Describe the bug you're encountering
The inline code blocks are overlapping due to the high vertical padding set in _markdown.scss#L18
Q&A
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
The inline code blocks are overlapping due to the high vertical padding set in _markdown.scss#L18
Expected behavior
No overlapping between code blocks should occur.
Screenshots