I'm trying to create an issue with a formatted description field trough the REST API for a next gen project. For whatever reason the markdown is just rendered as normal text.
Any idea why this is not working?
'description': {
'type': 'doc',
'version': 1,
'content': [
{
'type':
'paragraph',
'content':[
{
'text': 'This is some **bold** text.',
'type': 'text'
}
]
}
]
}
