[GH-ISSUE #908] [FEAT]: markdown support in UI #544

Closed
opened 2026-02-22 18:20:06 -05:00 by yindo · 1 comment
Owner

Originally created by @karthikRavichandran on GitHub (Mar 14, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/908

What would you like to see?

It would be great if we have certain markdown support for code snippet and latex for formula : Check this response: Sure! Here’s an explanation of how MINILLM works, along with some mathematical formulas to help illustrate the process:

$$S = f_{KD}(T)$$

$$S’ = \text{Prune}(S, \alpha)$$

$$S’’ = \text{Fine-tune}(S’, (x_1, y_1), \ldots, (x_n, y_n))$$
Originally created by @karthikRavichandran on GitHub (Mar 14, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/908 ### What would you like to see? It would be great if we have certain markdown support for code snippet and latex for formula : Check this response: Sure! Here’s an explanation of how MINILLM works, along with some mathematical formulas to help illustrate the process: ``` $$S = f_{KD}(T)$$ $$S’ = \text{Prune}(S, \alpha)$$ $$S’’ = \text{Fine-tune}(S’, (x_1, y_1), \ldots, (x_n, y_n))$$ ```
yindo added the wontfix label 2026-02-22 18:20:06 -05:00
yindo closed this issue 2026-02-22 18:20:06 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 14, 2024):

This is more of an LLM thing not highlighting the \```\ codeblock with the appropriate language. For whatever reason LaTex does not come back with its normal alias of tex

If you were to ask it to highlight the codeblock with "tex" it would highlight the syntax properly. You can add this instruction to the system prompt of the workspace if working with lots of LaTex questions so you dont need to clarify this each prompt.

@timothycarambat commented on GitHub (Mar 14, 2024): This is more of an LLM thing not highlighting the `\```\` codeblock with the appropriate language. For whatever reason LaTex does not come back with its normal alias of `tex` If you were to ask it to highlight the codeblock with "tex" it would highlight the syntax properly. You can add this instruction to the system prompt of the workspace if working with lots of LaTex questions so you dont need to clarify this each prompt.
yindo changed title from [FEAT]: markdown support in UI to [GH-ISSUE #908] [FEAT]: markdown support in UI 2026-06-05 14:35:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#544