Skip to content

Commit

Permalink
Update ipynb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jun 4, 2024
1 parent 1f11b06 commit 2ae84d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logic/ipynb.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ const renderMarkdownWithReferences = ({
if (isAnchor) {
return `<a data-idx="${ref.idx}" href="#${localRef}">${content}</a>`
}
}),
// isFigure
return `<a data-idx="${ref.idx}" href="#${localRef}" data-ref-type="${ref.type}">figure ${ref.num}</a>`
})
Expand Down

0 comments on commit 2ae84d8

Please sign in to comment.