update from sparkleup
This commit is contained in:
parent
4668e48bf7
commit
29c160ca12
18
1
18
1
|
@ -0,0 +1,18 @@
|
|||
Traceback (most recent call last):
|
||||
File "/usr/local/bin/vimwiki_markdown", line 8, in <module>
|
||||
sys.exit(main())
|
||||
File "/usr/local/lib/python3.9/dist-packages/vimwiki_markdown.py", line 148, in main
|
||||
content = md.convert(content)
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown/core.py", line 268, in convert
|
||||
newRoot = treeprocessor.run(root)
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 372, in run
|
||||
footnotesDiv = self.footnotes.makeFootnotesDiv(root)
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 179, in makeFootnotesDiv
|
||||
self.parser.parseChunk(surrogate_parent, self.footnotes[id])
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 105, in parseChunk
|
||||
self.parseBlocks(parent, text.split('\n\n'))
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 123, in parseBlocks
|
||||
if processor.run(parent, blocks) is not False:
|
||||
File "/usr/local/lib/python3.9/dist-packages/markdown_verse/extension.py", line 69, in run
|
||||
el.text += '\n\n'
|
||||
AttributeError: 'NoneType' object has no attribute 'text'
|
|
@ -56,10 +56,21 @@ Within her womb there grows a golden bloom.
|
|||
\parencite[26]{leaves}
|
||||
'''
|
||||
|
||||
Spring is commonly associated with newness. New growth, new life, new warmth under a new sun.
|
||||
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 -->
|
||||
|
||||
'''
|
||||
Blackbird headed south
|
||||
Down to the hawks and kudzu
|
||||
Six months 'til winter
|
||||
|
||||
\parencite{dwale_haiku}
|
||||
|
||||
Haiku by Issa - https://archive.org/details/autumnwindselect0000koba/page/10/mode/2up
|
||||
|
||||
'''
|
||||
|
@ -115,6 +126,16 @@ We take this evening's cool
|
|||
(Mi no ue no kane tomo shirade yusuzumi - p.39 - summer)
|
||||
'''
|
||||
|
||||
'''
|
||||
X
|
||||
At the sight of blackbirds
|
||||
Flying in a green light,
|
||||
Even the bawds of euphony
|
||||
Would cry out sharply.
|
||||
|
||||
\parencite{blackbird}
|
||||
'''
|
||||
|
||||
## Autumn
|
||||
|
||||
'''
|
||||
|
@ -189,6 +210,14 @@ As the years advance
|
|||
(Akikaze yo hotoke ni chikaki toshi no hodo - p.11 - autumn)
|
||||
'''
|
||||
|
||||
'''
|
||||
III
|
||||
The blackbird whirled in the autumn winds.
|
||||
It was a small part of the pantomime.
|
||||
|
||||
\parencite{blackbird}
|
||||
'''
|
||||
|
||||
## Winter
|
||||
|
||||
'''
|
||||
|
@ -304,6 +333,27 @@ settles,
|
|||
and disappears.
|
||||
'''
|
||||
|
||||
'''
|
||||
I
|
||||
Among twenty snowy mountains,
|
||||
The only moving thing
|
||||
Was the eye of the blackbird.
|
||||
|
||||
VI
|
||||
Icicles filled the long window
|
||||
With barbaric glass.
|
||||
The shadow of the blackbird
|
||||
Crossed it, to and fro.
|
||||
The mood
|
||||
Traced in the shadow
|
||||
An indecipherable cause.
|
||||
|
||||
XIII
|
||||
It was evening all afternoon.
|
||||
It was snowing
|
||||
And it was going to snow.
|
||||
The blackbird sat
|
||||
In the cedar-limbs.
|
||||
|
||||
## Works cited
|
||||
|
||||
|
|
Loading…
Reference in New Issue