feat: add mml from backend
This commit is contained in:
@@ -24,10 +24,7 @@ type TaskListDTO struct {
|
||||
Latex string `json:"latex"`
|
||||
Markdown string `json:"markdown"`
|
||||
MathML string `json:"mathml"`
|
||||
MathMLMW string `json:"mathml_mw"`
|
||||
ImageBlob string `json:"image_blob"`
|
||||
DocxURL string `json:"docx_url"`
|
||||
PDFURL string `json:"pdf_url"`
|
||||
MML string `json:"mml"`
|
||||
}
|
||||
|
||||
type TaskListResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user