UNPKG

html-to-md

Version:

A JS library for convert HTML<String> to markdown<String>, gzip 10kb

6 lines (4 loc) 109 B
const tagSpaceNum = 4 const SYMBOL_I = '*' const SYMBOL_B = '**' export { tagSpaceNum, SYMBOL_I, SYMBOL_B }