Skip to content

Commit

Permalink
Merge pull request #18 from sarahtathy/sarah-branch
Browse files Browse the repository at this point in the history
Replace the extension 'mic' by 'md'
  • Loading branch information
Ducasse authored Jul 18, 2024
2 parents 8c96954 + 7573a86 commit ad4fdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MicroEd-Spec-Tests/MDEditorFilePresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MDEditorFilePresenterTest >> testSaveWithExtension [
presenter mdFile: mdFile.
presenter saveFile.

self assert: mdFile extension equals: 'mic'.
self assert: mdFile extension equals: 'md'.
self assert: mdFile contents equals: text.

]
Expand Down
2 changes: 1 addition & 1 deletion src/MicroEd/MDMicroDownSyntax.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A codeblock:
{ #category : 'accessing' }
MDMicroDownSyntax >> extension [

^ 'mic'
^ 'md'
]

{ #category : 'accessing' }
Expand Down

0 comments on commit ad4fdcf

Please sign in to comment.