Skip to content

Address #68: Add syntax highlighting of examples to rtguts

Raymond Toy requested to merge issue-68-add-syntax-highlighting-rtguts into master

We add syntax highlighting of examples to the rtguts.

Syntax highlighting is done using highlight js and is set in docs/texi2html.init. This supports highlighting things in @lisp and @example.

Also, we add some CSS to add a background color to examples to set up the example code from the surrounding text. This is modeled after the emacs manual.

We also add the background color to verbatim blocks.

Merge request reports

Loading