/** * @module elements/XMarkdown * * `x-markdown` renders markdown content with minimal styling. * It supports the `content` and `markdown-style` attributes. */ export { XMarkdown } from './XMarkdown.js';