Adding Markdeep captions exportation, now that thy're finally supported in Lepiter's picture snippets.
This commit is contained in:
parent
415c3f0b66
commit
b25234a5bb
@ -6,7 +6,7 @@ LePictureSnippet >> asMarkdeep [
|
|||||||
output := WriteStream on: ''.
|
output := WriteStream on: ''.
|
||||||
output
|
output
|
||||||
nextPutAll: self metadataDiv;
|
nextPutAll: self metadataDiv;
|
||||||
nextPutAll: '![](', self urlString, ')';
|
nextPutAll: '![ ', self caption ,' ](', self urlString, ')';
|
||||||
nextPut: Character lf;
|
nextPut: Character lf;
|
||||||
nextPutAll: '</div>';
|
nextPutAll: '</div>';
|
||||||
nextPut: Character lf;
|
nextPut: Character lf;
|
||||||
|
Loading…
Reference in New Issue
Block a user