fix latex misrendering

This commit is contained in:
Jacky Zhao 2022-04-02 20:34:55 -07:00
parent 146e975932
commit e6e04c03c4
4 changed files with 2 additions and 5 deletions

View file

@ -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">