bbcode-html
bbcode-html
NPM 下载包
npm i bbcode-html --save-dev
bbcode使用
BBCODE// <a href="www.baidu.com" class="ask_link" target="_blank">百度</a> var converter = Options;var bbcode = converter;console;
Options配置
// enable image scale, default: false imagescale: true // enable transform pixel size to size 1-7, default: false transsize: true // disable list <ul> <ol> <li> support, default: false nolist: true // disable text-align center support, default: false noalign: true // disable HTML headings support, transform to size, default: false noheadings: true;
For detailed explanation on how things work, checkout the docs for bbcode-html.