Skip to content

Commit

Permalink
[24_25] HTML: upgrade to 20241007
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Oct 6, 2024
1 parent 0b6c95d commit 84b6231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TeXmacs/plugins/html/progs/convert/html/htmltm.scm
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
;; Convert a shxml element to texmacs.
;; Return a list which is either null, or contains a single serial node.
;; All methods must use this return convention.
(sxml-dispatch (lambda (env t) (list (xmltm-text t)))
(sxml-dispatch (lambda (env t) (list (utf8->herk t)))
htmltm-pass env t))

(define (cleanup-root env root)
Expand Down
3 changes: 1 addition & 2 deletions TeXmacs/plugins/html/progs/convert/html/tmhtml.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,7 @@
(string-append (tmhtml-suffix (substring s 0 sep))
(string-drop s sep)))
((string-ends? s ".tm")
(string-append (string-drop-right s 3)
(if tmhtml-mathml? ".xhtml" ".html")))
(string-append (string-drop-right s 3) ".html"))
((string-ends? s ".texmacs")
(string-append (string-drop-right s 8) ".tm"))
(else s))))
Expand Down

0 comments on commit 84b6231

Please sign in to comment.