Skip to content

v0.5.0

Choose a tag to compare

@alienzhou alienzhou released this 22 Jan 07:26
· 81 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'
});