emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [RFC] htmlize and htmlfontify comparison


From: Nicolas Goaziou
Subject: [O] [RFC] htmlize and htmlfontify comparison
Date: Sat, 06 Oct 2018 18:58:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

I'm in the process of moving Org from htmlize to htmlfontify.

I'm starting out with a low hanging fruit, which is the call to
`htmlize-buffer' in `org-org-publish-to-org'.

I created a simple Org file and published it once using htmlfontify and
another time with htmlize. I'm attaching the two HTML files obtained.

My CSS/HTML/Javascript-fu is rusty. Could someone tell me if there is
anything wrong with the result? Is it a drop-in replacement or does it
need more clean-up? 

Thank you.

Regards,

-- 
Nicolas Goaziou
# Time-stamp: <2018-10-06 18:06:43 ngz>
* Headline

#+begin_src emacs-lisp
(defun test (&rest _) nil)
#+end_src

*bold*

/italic/

# Time-stamp: <2018-10-06 18:06:43 ngz>
* Headline

#+begin_src emacs-lisp
(defun test (&rest _) nil)
#+end_src

*bold*

/italic/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]