Skip to content

Commit f504e43

Browse files
refine text output info in docs (#97)
1 parent b1840ba commit f504e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Data Table 🈸 Notebook πŸ““ cell βŒ— output renderer uses [Observable Inputs T
3030
- Built-in [REST Book](https://github.com/RandomFractals/vscode-data-table#rest-book-example) πŸ““ [TypeScript Notebook](https://github.com/RandomFractals/vscode-data-table#typescript-notebook-example) πŸ““ [.NET Interactive Notebook](https://github.com/RandomFractals/vscode-data-table#net-interactive-notebook-example) πŸ““ and [Pyolite](https://github.com/RandomFractals/vscode-data-table#pyolite-notebook-example) 🐍 [Notebook Examples](https://github.com/RandomFractals/vscode-data-table#-examples) πŸ“š
3131
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
3232
- Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
33-
- Notebook πŸ““ cell βŒ— [Text Output View](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) with a scrollable [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html) container
33+
- Notebook πŸ““ cell βŒ— [Text Output](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) scrollable container with [code pre-wrap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code) for quick copy/paste to other places
3434

3535
## Observable Data Table 🈸 Viewer πŸ““
3636

@@ -139,7 +139,7 @@ Data Table 🈸 for Notebooks πŸ“š extension v1.6.0 and up ships with built-in N
139139

140140
## Text Oputput View
141141

142-
Data Table 🈸 renderer displays data that is not in `CSV` or `JSON` **array** data format in a scrollable text container for now:
142+
Data Table 🈸 renderer displays data that is not in `CSV`, [`GeoJSON`](https://www.rfc-editor.org/rfc/rfc7946.html) or `JSON` **array** data format in a scrollable text container:
143143

144144
![Text Output Notebook πŸ““ View](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-text-output.png?raw=true
145145
"Text Output Notebook πŸ““ View")

0 commit comments

Comments
Β (0)