Closed arg3t closed 2 years ago
When trying to use the mermaid preprocessor with the following configuration:
[mdzk] authors = ["Yigit Colakoglu"] ignore = ["Excalidraw", "Images"] language = "en" multilingual = false src = "notes" title = "Obsidian Wiki" description = "An online version of my Zettelkasten" [output.html.fold] enable = true level = 1 [build] preprocessors = ["mermaid"] [output.html] additional-js = ["mermaid.min.js", "mermaid-init.js"]
The backlinks are added successfully, but they are not turned into hyperlinks in HTML correctly as you can see in the image below:
The issue is in the mermaid processor. I have created a separate issue there (https://github.com/badboy/mdbook-mermaid/issues/13).
When trying to use the mermaid preprocessor with the following configuration:
The backlinks are added successfully, but they are not turned into hyperlinks in HTML correctly as you can see in the image below: