Warp icon indicating copy to clipboard operation
Warp copied to clipboard

feat(markdown): support GFM

Open mharrisb1 opened this issue 1 year ago • 5 comments

Describe the solution you'd like?

Github Flavored Markdown (GFM) in Warp Markdown Viewer.

Specifically, I'm interested in the extensions of CommonMark:

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

mharrisb1 avatar Dec 21 '23 02:12 mharrisb1

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.

dannyneira avatar Dec 21 '23 17:12 dannyneira

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.

bnavetta avatar Jan 30 '24 17:01 bnavetta

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.

coldielb avatar Apr 16 '24 20:04 coldielb

@coldtapwater I believe that'd be covered with LaTex support

mharrisb1 avatar Apr 17 '24 02:04 mharrisb1

Would like to see some additional languages supported in Markdown with HDL related languages; specifically SystemVerilog and VHDL.

module xyz();
endmodule

saturn77 avatar Jun 24 '24 22:06 saturn77

basic tables!

petri avatar Aug 14 '25 10:08 petri