gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.44k stars 298 forks source link

Latex Support #300

Open AugustDev opened 7 months ago

AugustDev commented 7 months ago

It would be great to incorporate Latex support. I can see that underlying C library does support it, have you ever tried it?

djmango commented 6 months ago

+1

lin72h commented 6 months ago

Just found a Latex library for Swift, hopefully it helps https://github.com/colinc86/LaTeXSwiftUI

Asilbek25 commented 4 months ago

Hey is there any update to this?

djmango commented 4 months ago

i forked and made my own https://github.com/djmango/markdown-webview

oxy9en commented 3 months ago

+1

voltec commented 3 months ago

+1

oxy9en commented 3 months ago

@djmango you version doesn't work correctly with tags like \( \) and \[ \]

djmango commented 3 months ago

@djmango you version doesn't work correctly with tags like ( ) and [ ]

Can you open an issue and show examples? Can fix

ronaldmannak commented 2 months ago

+1 on LaTeX support. While some might view it as feature creep, in practice, it would be extremely helpful if swift-markdown-ui could display both Markdown and LaTeX.

muratdi commented 2 weeks ago

+1 With new OpenAI models coming out (like o1-preview), LaTeX support is more than required now.