Extending exportation to other formats.
This commit is contained in:
parent
6433da508a
commit
59b8387728
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user