housekeeping: remarkable (#6073)

Refs: #6050
This commit is contained in:
Tim Lai
2020-06-03 15:04:00 -07:00
committed by GitHub
parent 607c0fd910
commit 7a1b627d0b
4 changed files with 256 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
import React from "react"
import PropTypes from "prop-types"
import cx from "classnames"
import Remarkable from "remarkable"
import { Remarkable } from "remarkable"
import { OAS3ComponentWrapFactory } from "../helpers"
import { sanitizer } from "core/components/providers/markdown"