Fixing metada snippet creation in markdeep exporter.
This commit is contained in:
parent
7364030158
commit
48bb8ad930
@ -232,6 +232,9 @@ LePage >> notebookMetadataSnippet [
|
||||
| response |
|
||||
response := LeTextSnippet new fromString: '<!-- See this snippet source code for this notebook''s metadata -->'.
|
||||
response parent: self.
|
||||
response ensureCreateTimeAndEmailUsingDatabase: self database.
|
||||
response createEmail: self createEmail.
|
||||
response editEmail: self editOrCreateEmail.
|
||||
self optionAt: 'HedgeDoc' ifAbsent: [ ^ response ].
|
||||
(response extra)
|
||||
at: 'HedgeDoc' put: (self optionAt: 'HedgeDoc').
|
||||
|
Loading…
Reference in New Issue
Block a user