Sample

Table of Contents

H1 - one '*'s

H2 - two '*'s

H3 - three '*'s

H4 - four '*'s
H5 - five '*'s

Source Blocks

This is the sort of configuration used to generate this sample:

(setq org-publish-project-alist
      `(;; ... Entries like below built programmatically:
        ("nice-org-html/samples/X"
         :base-directory "nice-org-html/samples/source"
         :publishing-directory "nice-org-html/samples/X"
         :htmlize-source t
         :with-toc t
         ;; ...
         :publishing-function
         ,(nice-org-html-make-publishing-function
           '((light . ,light-theme) (dark . ,dark-theme))
           'dark ; dark default
           'nil  ; no headline bullets
           '(("SITE NAME" . "/route/to/home.html")
             ("Foo" . "/route/to/foo.html")
             ("Bar" . "/route/to/bar.html")
             ("Baz" . "/route/to/baz.html"))
           '(("© Author Name" . "mailto:a@b.com")                    
             ("GitHub" . "https://github.com/ewantown")
             ("LinkedIn" . "https://linkedin.com/me"))
           "" "")))) ; CSS and JS unused

Pretty Symbols

  • Basic:

    Γ, γ, Σ, σ, Δ, δ

  • \(\LaTeX\):

    \(\Gamma \vdash \Delta\) \(\sigma(i) = \sum_{1}^{n} n - i\)

Table

a b c d
0 1 2 3
6 7 8 9
12 13 14 15
18 19 20 21

Lists

todo List

TODO todo
DONE done

Simple List

  • item
  • item
  • item

Sorted List

  1. item
  2. item
  3. item

Check List

  • [ ] item
  • [X] item