For example previously only `#+TITLE: Foo` would have syntax highlighted
`Foo` correctly. Now all case variants will work (e.g. `#+title: Foo`
and `#+tItLE: Foo`).
The same has been done to dynamic block markers so now this will also
work:
#+begin_src lisp
(if (< 1 2)
(print "True!")
(print "False!))
#+end_src