Starting HTML export and tagging.
This commit is contained in:
parent
68e7221ed1
commit
1443293763
@ -1,5 +1,11 @@
|
|||||||
Extension { #name : #LePage }
|
Extension { #name : #LePage }
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LePage >> asHtmlFile [
|
||||||
|
self asMarkdownFile.
|
||||||
|
"pandoc" self htmlFileName
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LePage >> asMarkdeep [
|
LePage >> asMarkdeep [
|
||||||
| bodyStream markdeep |
|
| bodyStream markdeep |
|
||||||
|
7
src/MiniDocs/LeTextSnippet.extension.st
Normal file
7
src/MiniDocs/LeTextSnippet.extension.st
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Extension { #name : #LeTextSnippet }
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LeTextSnippet >> tagged: aString [
|
||||||
|
self optionAt: 'tags' ifPresent: [ (self optionAt: 'tags') add: aString ] ifAbsentPut: [ Set new ].
|
||||||
|
^ self optionAt: 'tags'
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user