Main public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:23, 19 July 2026 Mwroot talk contribs created page 一个把 wikitext 转换成 markdown 的 Emacs 函数 (Created page with "<syntaxhighlight lang="elisp" line> (defun wikitext-convert-all (&optional start end) "Convert simple wikitext to GFM markdown." (interactive (if (use-region-p) (list (region-beginning) (region-end)) (list (point-min) (point-max)))) (save-excursion (save-restriction (narrow-to-region start end) ;; -------------------------------------------------- ;; 1. inline <code> ;; --------------------------------------------------...")