Created on
08-12-2020
03:27 PM
Edited on
08-06-2022
03:55 AM
By
apiMigrationUse
{{
vars.markdownText
| regex_replace('\#\#\#\s*(.*)', '<h3>\\1</h3>')
| regex_replace('\#\#\s*(.*)', '<h2>\\1</h2>')
| regex_replace('\#\s*(.*)', '<h1>\\1</h1>')
| regex_replace('\*\*(.*?)\*\*', '<bold>\\1</bold>')
| regex_replace('\*(.*?)\*', '<em>\\1</em>')
| regex_replace('\~\~(.*?)\~\~', '<del>\\1</del>')
| regex_replace('!\[image\]\((.*)\)', '<img src="\\1" />')
| regex_replace('\[(.*)\]\((.*)\)', '<a href="\\2">\\1</a>')
| replace('\n', '<br />')
}}
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.