comparison MHMC/minutes.el @ 496:34129b221ffa

_ for italic, ** or __ for bold
author Henry Thompson <ht@markup.co.uk>
date Thu, 18 Jul 2024 13:19:32 +0100
parents b3cffcadc1c2
children 6b7198aed717
comparison
equal deleted inserted replaced
495:b3cffcadc1c2 496:34129b221ffa
23 (forward-line 1) 23 (forward-line 1)
24 (beginning-of-line) 24 (beginning-of-line)
25 (kill-line) 25 (kill-line)
26 (insert "</doc>") 26 (insert "</doc>")
27 (goto-char (point-min)) 27 (goto-char (point-min))
28 (replace-string "em>" "emph>")
29 (goto-char (point-min))
30 (replace-string "strong>" "name>")
31 (goto-char (point-min))
28 (search-forward "<title>" nil t) 32 (search-forward "<title>" nil t)
29 ) 33 1)
30 34
31 (defun fix-dls () 35 (defun fix-dls ()
32 (interactive) 36 (interactive)
33 (replace-string "dl>" "list>") 37 (replace-string "dl>" "list>")
34 (goto-char (point-min)) 38 (goto-char (point-min))