fix latex misrendering
This commit is contained in:
parent
146e975932
commit
e6e04c03c4
4 changed files with 2 additions and 5 deletions
|
@ -11,7 +11,6 @@ function initPopover(baseURL) {
|
|||
fetchData.then(({ content }) => {
|
||||
const links = [...document.getElementsByClassName("internal-link")]
|
||||
links.forEach(li => {
|
||||
console.log(li.dataset)
|
||||
const linkDest = content[li.dataset.src.replace(basePath, "")]
|
||||
if (linkDest) {
|
||||
const popoverElement = `<div class="popover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue