Skip to content

Commit

Permalink
[Doc]: Statement Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Aug 20, 2023
1 parent 58fafd1 commit e06c8c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ResourcesLive/RlRTF.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RlRTF class >> fromMarkdown: aString [
argumentAt: #outputFile put: outputFile;
run.

^ outputFile asRlResource
^ outputFile asRlResource
]

{ #category : #accessing }
Expand All @@ -34,9 +34,9 @@ RlRTF >> gtContentsFor: aView [
title: 'Contents';
text: [
out := Tempfile withSuffix: '.md'.
SuPandoc rtfToMarkdown
argumentAt: #inputFile put: self file;
argumentAt: #outputFile put: out;
run.
out contents ]
SuPandoc rtfToMarkdown
argumentAt: #inputFile put: self file;
argumentAt: #outputFile put: out;
run.
out contents ]
]

0 comments on commit e06c8c5

Please sign in to comment.