GeoMarkdownContent Ready 8.3.0+

GeoMarkdownContent is a component designed to render Markdown strings in a safe way, ensuring each DOM element generated is part of Vue virtual DOM tree and that no raw HTML can be injected into the application.

NOTE

This component requires installing markdown-it (opens new window) NPM package.

Properties

Prop name Type Default value Description
markdown string Show description
values object
function () {
  return {}
}
Show description
features object
function () {
  return {}
}
Show description

Constants

Name Value
MarkdownParserFeatures Show definition

Examples

Default Markdown features

Markdown with interpolated variables