Markdown support for knowledge articles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 07:55 AM
Does (or will) ServiceNow support MarkDown for knowledge base articles?
Thanks,
Jerry
- 8,545 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 12:36 AM
As far as I'm aware there are no plans to implement Markdown support in ServiceNow in the near future
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 12:37 AM
As far as I'm aware there are no plans to implement Markdown support in ServiceNow in the near future

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 01:55 AM
One Workaround would be to write your markdown and convert it to HTML with e.g. showdown (https://github.com/showdownjs/showdown) then use the HTML for the KB Article.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 07:32 PM
I really wish markdown was supported. When I edit a KB of any complexity, it's almost guaranteed that the formatting will eventually get mangled. I'd rather build the formatting programmatically with markdown syntax...