Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 29, 2023
1 parent 8622ff0 commit d95bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
function (hook, vm) {
hook.beforeEach(function (content) {
const startPattern = '### Please visit';
const endPattern = '### ';
const endPattern = '<img';

let startIndex = content.indexOf(startPattern);
let endIndex = content.indexOf(endPattern, startIndex + startPattern.length);
Expand Down

0 comments on commit d95bc2c

Please sign in to comment.