URL in metadata needs to be commented to please Markdeep's parser.
This commit is contained in:
parent
d2959856b9
commit
b89b3755f7
@ -35,6 +35,11 @@ ByteString >> admonitionEndingPosition [
|
|||||||
^ response
|
^ response
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
ByteString >> asHTMLComment [
|
||||||
|
^ '<!-- ', self , ' -->'
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
ByteString >> email [
|
ByteString >> email [
|
||||||
"Quick fix for importing Lepiter pages that have a plain ByteString field as email."
|
"Quick fix for importing Lepiter pages that have a plain ByteString field as email."
|
||||||
|
@ -58,7 +58,7 @@ HedgeDoc >> asLePage [
|
|||||||
newPage editTime: DateAndTime now.
|
newPage editTime: DateAndTime now.
|
||||||
newPage options
|
newPage options
|
||||||
at: 'HedgeDoc' at: 'yamlFrontmatter' put: self metadata;
|
at: 'HedgeDoc' at: 'yamlFrontmatter' put: self metadata;
|
||||||
at: 'HedgeDoc' at: 'url' put: self url.
|
at: 'HedgeDoc' at: 'url' put: self url asString asHTMLComment.
|
||||||
^ newPage
|
^ newPage
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user