update from sparkleup
This commit is contained in:
parent
f485b1bef4
commit
d2081d1bbf
16
1
16
1
|
@ -1,18 +1,18 @@
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "/usr/local/bin/vimwiki_markdown", line 8, in <module>
|
File "/usr/local/bin/vimwiki_markdown", line 10, in <module>
|
||||||
sys.exit(main())
|
sys.exit(main())
|
||||||
File "/usr/local/lib/python3.9/dist-packages/vimwiki_markdown.py", line 148, in main
|
File "/home/makyo/.local/lib/python3.8/site-packages/vimwiki_markdown.py", line 148, in main
|
||||||
content = md.convert(content)
|
content = md.convert(content)
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown/core.py", line 268, in convert
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown/core.py", line 268, in convert
|
||||||
newRoot = treeprocessor.run(root)
|
newRoot = treeprocessor.run(root)
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 372, in run
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown/extensions/footnotes.py", line 372, in run
|
||||||
footnotesDiv = self.footnotes.makeFootnotesDiv(root)
|
footnotesDiv = self.footnotes.makeFootnotesDiv(root)
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 179, in makeFootnotesDiv
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown/extensions/footnotes.py", line 179, in makeFootnotesDiv
|
||||||
self.parser.parseChunk(surrogate_parent, self.footnotes[id])
|
self.parser.parseChunk(surrogate_parent, self.footnotes[id])
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 105, in parseChunk
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown/blockparser.py", line 105, in parseChunk
|
||||||
self.parseBlocks(parent, text.split('\n\n'))
|
self.parseBlocks(parent, text.split('\n\n'))
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 123, in parseBlocks
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown/blockparser.py", line 123, in parseBlocks
|
||||||
if processor.run(parent, blocks) is not False:
|
if processor.run(parent, blocks) is not False:
|
||||||
File "/usr/local/lib/python3.9/dist-packages/markdown_verse/extension.py", line 69, in run
|
File "/home/makyo/.local/lib/python3.8/site-packages/markdown_verse/extension.py", line 69, in run
|
||||||
el.text += '\n\n'
|
el.text += '\n\n'
|
||||||
AttributeError: 'NoneType' object has no attribute 'text'
|
AttributeError: 'NoneType' object has no attribute 'text'
|
||||||
|
|
|
@ -37,6 +37,12 @@ Its work is described as focusing on "altered states of consciousness...poverty,
|
||||||
|
|
||||||
## Spring
|
## Spring
|
||||||
|
|
||||||
|
Spring is commonly associated with newness. New growth, new life, new warmth under a new sun.[^test]
|
||||||
|
|
||||||
|
[^test]: Half an hour’s silence,
|
||||||
|
body relaxing slowly,
|
||||||
|
letting springtime in.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
The seasonal storms have poured upon the grassy flat,
|
The seasonal storms have poured upon the grassy flat,
|
||||||
The leafless stalks abound like thirsty mouths.
|
The leafless stalks abound like thirsty mouths.
|
||||||
|
@ -56,12 +62,6 @@ Within her womb there grows a golden bloom.
|
||||||
\parencite[26]{leaves}
|
\parencite[26]{leaves}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
Spring is commonly associated with newness. New growth, new life, new warmth under a new sun.[^test]
|
|
||||||
|
|
||||||
[^test]: Half an hour’s silence,
|
|
||||||
body relaxing slowly,
|
|
||||||
letting springtime in.
|
|
||||||
|
|
||||||
<!-- RELATED -->
|
<!-- RELATED -->
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue