Warp
Warp copied to clipboard
feat(markdown): support GFM
Describe the solution you'd like?
Github Flavored Markdown (GFM) in Warp Markdown Viewer.
Specifically, I'm interested in the extensions of CommonMark:
- [ ] Support for tables
- [x] Support for task lists
- [x] Support for strikethroughs
- [ ] Support for autolinks
A stretch goal would be to also add support for mathematical expressions.
This task would also be related to https://github.com/warpdotdev/Warp/issues/2523 since Jupyter Notebook markdown cells support GFM[^1] and Latex[^2].
[^1]: Jupyter Notebook Markdown Cell GTM support [^2]: Jupyter Notebook Markdown Cell Latex support
How important is this feature to you?
1 (Not too important)
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
None
Thanks for this feature request @mharrisb1! We appreciate the detail and linked references.
To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.
Hey! The Markdown viewer currently supports task lists and strikethrough, and has partial support for autolinks. Tables are on the roadmap, but not yet in progress.
What about math support. I am using Ollama through the terminal and I want to be able to copy some responses it produces in markdown, but Warp doesnt support any math inputs.
@coldtapwater I believe that'd be covered with LaTex support
Would like to see some additional languages supported in Markdown with HDL related languages; specifically SystemVerilog and VHDL.
module xyz();
endmodule
basic tables!