fix(core): update
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import * as plugins from './smartmarkdown.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
export const markdownToHtml = (mdString: string): string => plugins.marked(mdString);
|
||||
|
@ -1,2 +1,3 @@
|
||||
const removeme = {};
|
||||
export { removeme };
|
||||
import marked = require('marked');
|
||||
|
||||
export { marked };
|
||||
|
Reference in New Issue
Block a user