OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/api/apiv3/components/schemas/markdown_model.yml

6 lines
153 B

# Schema: MarkdownModel
---
type: string
format: html
example: <p>Hello world! <a href="http://example.com">This</a> <strong>is</strong>
markdown!</p>