Preparing merge with 0.8.690

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-07-15 18:20:10 -05:00
parent 79fe418dd8
commit d83ae0f878
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ WikiText >> convertMarkdownLinks [
newContent := self content copyReplaceAll: markdownLink with: '[[', linkText, ']'.
self content: newContent.
].
^ self content
^ self content
]