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

View File

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