Extending exportation to other formats.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-05-21 11:36:46 -05:00
parent 6433da508a
commit 59b8387728
1 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,16 @@ Markdown >> asMarkdeep [
commentYAMLMetadata
]
{ #category : #accessing }
Markdown >> asMarkdownTiddler [
^ Tiddler new
title: self title;
text: self contents;
type: 'text/x-markdown';
created: Tiddler nowLocal.
]
{ #category : #accessing }
Markdown >> body [
^ body