Testcase: Hash tag rendering in code
https://github.com/writeas/writefreely/issues/6
Test for an issue where hash tags in code get rendered improperly
;; Test for hash tag rendering
(use-package weechat
:ensure nil
:after tracking
:config
(require 'weechat-image)
(setq weechat-color-list '(
unspecified "#2e3440"
"#4c566a" "#434c5e"))
weechat-mode-default)))
Expected behaviour: do not process hash tags in code