__md_get is not defined when using the privacy plugin #6688
-
Recently added the privacy plugin to our mkdocs which causes an error in the browser that __md_get is not defined. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @provDavidLynn,
mkdocs-material/src/templates/base.html Lines 153 to 154 in 9d52e36 mkdocs-material/src/templates/partials/javascripts/base.html Lines 35 to 38 in 9d52e36 Without a minimal reproduction I'm just guessing of course. |
Beta Was this translation helpful? Give feedback.
Hello @provDavidLynn,
since you've closed the discussion I'm assuming you already solved the issue.
I didn't investigate it too deeply, but just enabling the privacy plugin doesn't remove the
__md_get
function from the HTML.So perhaps:
mkdocs-material/src/templates/base.html
Lines 153 to 154 in 9d52e36
mkdocs-material/src/templates/partials/javascripts/base.html
Lines 35 to 38 in 9d52e36