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
1 changed files with 1 additions and 1 deletions

View File

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