sacha/emacs-wiki-markup-string
Posted on April 20th, 2005 by Sacha Chua
(defun sacha/emacs-wiki-markup-string (string)
"Mark up STRING according to `emacs-wiki-publishing-rules'.
No header or footer is added."
(let ((emacs-wiki-project emacs-wiki-current-project))
(with-temp-buffer
(emacs-wiki-mode)
(insert string)
(let ((emacs-wiki-publishing-header "")
(emacs-wiki-publishing-footer ""))
(emacs-wiki-replace-markup))
(buffer-string))))
ã†ã¡ã®猫ã¯å°所ã«ã„ã¾ã™。 Our cat is in the kitchen.
Short URL: http://sachachua.com/blog/p/2727
I'm 