Skip to content

Commit ad4fdcf

Browse files
authored
Merge pull request #18 from sarahtathy/sarah-branch
Replace the extension 'mic' by 'md'
2 parents 8c96954 + 7573a86 commit ad4fdcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MicroEd-Spec-Tests/MDEditorFilePresenterTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ MDEditorFilePresenterTest >> testSaveWithExtension [
9999
presenter mdFile: mdFile.
100100
presenter saveFile.
101101

102-
self assert: mdFile extension equals: 'mic'.
102+
self assert: mdFile extension equals: 'md'.
103103
self assert: mdFile contents equals: text.
104104

105105
]

src/MicroEd/MDMicroDownSyntax.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A codeblock:
6161
{ #category : 'accessing' }
6262
MDMicroDownSyntax >> extension [
6363

64-
^ 'mic'
64+
^ 'md'
6565
]
6666

6767
{ #category : 'accessing' }

0 commit comments

Comments
 (0)