This is absolutely what a sane person might write in their blog, isn’t it?
#+begin_example
,#+begin_src emacs-lisp :tangle nil :noweb-ref bibble
#+end_example
#+begin_src emacs-lisp
(setq some-variable 'some-value)
#+end_src
#+begin_example
,#+end_src
#+end_example
And then doing this to their CSS to make it work
.highlight+.highlight {
margin-top: 0;
}
I’m going to hell, aren’t I?
For bonus points, see if you can work out what’s actually written in the source file for this note.