Starting exportation of LeExampleSnippets to Markdeep.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-12 10:29:07 -05:00
parent 2e5a2cb3b0
commit 1ee1d2bab9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Extension { #name : #LeExampleSnippet }
{ #category : #'*MiniDocs' }
LeExampleSnippet >> asMarkdeep [
^ (WriteStream on: '') contents
]