Default Markdown and webView for DataFrames.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-04-03 10:13:19 -05:00
parent 6832d9024d
commit 34d77ecedd

View File

@ -18,7 +18,7 @@ DataFrame >> asMarkdown [
response
nextPutAll: '|';
cr ].
^ response contents withInternetLineEndings.
^ response contents accentedCharactersCorrection withInternetLineEndings.
]
{ #category : #'*MiniDocs' }