Fixing metada snippet creation in markdeep exporter.

This commit is contained in:
ruidajo 2025-03-18 21:01:37 -05:00
parent 7364030158
commit 48bb8ad930

View File

@ -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').