Skip to content

v0.5.0

Compare
Choose a tag to compare
@alienzhou alienzhou released this 22 Jan 07:26
· 80 commits to master since this release
f71330a

Features

  • add an option: support changing the default wrapper's tag name

using it as below

const highlighter = new Highlighter({
    wrapTag: 'b'
});