update from sparkleup
This commit is contained in:
parent
624622a8d1
commit
80f4643248
17
1
17
1
|
@ -0,0 +1,17 @@
|
|||
Traceback (most recent call last):
|
||||
File "/home/makyo/.local/bin/vimwiki_markdown", line 8, in <module>
|
||||
sys.exit(main())
|
||||
File "/home/makyo/.local/lib/python3.10/site-packages/vimwiki_markdown.py", line 113, in main
|
||||
md = markdown.Markdown(
|
||||
File "/usr/lib/python3/dist-packages/markdown/core.py", line 96, in __init__
|
||||
self.registerExtensions(extensions=kwargs.get('extensions', []),
|
||||
File "/usr/lib/python3/dist-packages/markdown/core.py", line 123, in registerExtensions
|
||||
ext = self.build_extension(ext, configs.get(ext, {}))
|
||||
File "/usr/lib/python3/dist-packages/markdown/core.py", line 162, in build_extension
|
||||
module = importlib.import_module(ext_name)
|
||||
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
|
||||
return _bootstrap._gcd_import(name[level:], package, level)
|
||||
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
|
||||
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
|
||||
File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
|
||||
ModuleNotFoundError: No module named 'markdown_strikethrough'
|
|
@ -8,3 +8,4 @@ Blog posts, pamphlets, etc.
|
|||
* [ ] [Identity and faith](identity)
|
||||
* [ ] [Point of least faith](point-of-least-faith)
|
||||
* [ ] [Quakers and animisim (light of god in all things)](animism)
|
||||
* [ ] [Platforms of religion (TEC three legged stool) (wesleyan quadrilateral) (the words, the context, the community)](triangles)
|
||||
|
|
Loading…
Reference in New Issue