Hi,
In smartdocs view, when i’m uploading the swagger file it is not reading the description field content as TEST rather it directly prints TEST
“description”: “TEST”
Can someone suggests how to handle this in smartdocs?
Regards,
Hi,
In smartdocs view, when i’m uploading the swagger file it is not reading the description field content as TEST rather it directly prints TEST
“description”: “TEST”
Can someone suggests how to handle this in smartdocs?
Regards,
Is this in the Drupal-based Dev Portal?
Yes, this is in Drupal based Dev portal.
@Pratyush Mohapatra - You’ll need to enable/install the Markdown module. It comes with some versions of the dev portal, or you can get it at https://www.drupal.org/project/markdown.
After enabling, add the Markdown filter to an existing text format, or create a new text format. You should see a list of text formats at admin/config/content/formats.
Finally, ensure that the field with markdown content is using the text format you specified. Check the appropriate fields at admin/structure/types/manage/smart_method/fields.