Snippets Markdeep importers debugged.
This commit is contained in:
parent
fe57ba9497
commit
2a2a4bb5f1
@ -14,6 +14,12 @@ LePharoSnippet >> fromMarkdeep: markdeepDiv [
|
|||||||
^ markdeepDiv asSnippetDictionary asLepiterSnippet
|
^ markdeepDiv asSnippetDictionary asLepiterSnippet
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LePharoSnippet >> fromString: aString [
|
||||||
|
|
||||||
|
self code: aString
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LePharoSnippet >> markdeepCustomCloser [
|
LePharoSnippet >> markdeepCustomCloser [
|
||||||
^ String streamContents: [ :stream |
|
^ String streamContents: [ :stream |
|
||||||
|
@ -19,6 +19,12 @@ LeTextSnippet >> fromMarkdeep: markdeepDiv [
|
|||||||
^ markdeepDiv asSnippetDictionary asLepiterSnippet
|
^ markdeepDiv asSnippetDictionary asLepiterSnippet
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'*MiniDocs' }
|
||||||
|
LeTextSnippet >> fromString: aString [
|
||||||
|
|
||||||
|
self string: aString
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LeTextSnippet >> metadata [
|
LeTextSnippet >> metadata [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user