Skip to content

Commit

Permalink
added parseFile to parse conten t from files , not complete yet
Browse files Browse the repository at this point in the history
  • Loading branch information
melkiyasser committed May 17, 2024
1 parent 1a264f7 commit 67a9eec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Microdown/Microdown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Microdown class >> parse: aStreamOrString [
^ self new parse: aStreamOrString
]

{ #category : 'facade' }
Microdown class >> parseFile: aFile [

^ self new parseFile: aFile
]

{ #category : 'facade' }
Microdown class >> resolveDocument: document withBase: base [
"resolve all relative urls in document with respect to the absolute uri
Expand Down

0 comments on commit 67a9eec

Please sign in to comment.