We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1201f36 + b511feb commit f054e81Copy full SHA for f054e81
src/Microdown/Microdown.class.st
@@ -145,13 +145,12 @@ Microdown >> parse: aStreamOrString [
145
146
{ #category : 'facade' }
147
Microdown >> parseFile: aFile [
148
- "Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
149
-
150
- | root |
151
- root := MicrodownParser parse: aFile contents.
152
- root fromFile: aFile.
153
- ^ root
154
+ "Parse and return a document from the argument marking it with the file it is contained in. This is important for path resolution."
+
+ | root |
+ root := MicrodownParser parse: aFile contents.
+ root fromFile: aFile.
+ ^ root
155
]
156
157
0 commit comments