We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879e916 commit e395d1dCopy full SHA for e395d1d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.8.3 (2022-09-26)
6
+### Fix
7
+* Remove footnotes in embeded contents ([`879e916`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/879e91699f8f112b26708cad3cbadf0fde5b5826))
8
+
9
## v1.8.2 (2022-09-26)
10
### Fix
11
* Image and other links broken ([`76b7405`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/76b7405efb9f386acbbb062c6b7a024a34b7e09d))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.8.2"
+version = "1.8.3"
def classification_dependencies():
with open("requirements.txt") as f:
0 commit comments