Skip to content

Commit

Permalink
fix: 167 escape angle brackets in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Jan 30, 2024
1 parent 785a741 commit dd77f2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/benchmarkjs/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ suite
.add('fib(20)', () => {
fib(20);
})
.add('fib<20>', () => {
fib(20);
})
.on('cycle', (event) => {
console.log(String(event.target));
})
Expand Down

0 comments on commit dd77f2b

Please sign in to comment.