Fix import style for commonmark

This commit is contained in:
J. Ryan Stinnett 2021-01-27 13:06:59 +00:00
parent d78bc98521
commit 51aab9ca08

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import commonmark from 'commonmark';
import * as commonmark from 'commonmark';
import {escape} from "lodash";
const ALLOWED_HTML_TAGS = ['sub', 'sup', 'del', 'u'];