This file from your front page example:
https://raw.githubusercontent.com/marsmining/ox-twbs/master/example/eg0.org
Contains things like this:
Here is some markup: <b>not bold text</b>
And a source block:
#+BEGIN_SRC html
<b>pow!</b>
#+END_SRC
#+BEGIN_HTML
<b>pow!</b>
<ul>
<li>bing
<li>bam
<li>boom
</ul>
#+END_HTML
#+HTML: <i>italics</i>
Finally inline: @@html:<b>@@bold text@@html:</b>@@
See org-mode manual [[http://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags][Quoting HTML tags]].
* Footnote
Here lies exact instructions [fn:a] for random [fn:b] noise.
Which do not appear on two different machines I've tried on your example page here:
http://clubctrl.com/org/prog/ox-twbs.html
I suspect you updated the org mode file but not the rendered HTML file.
This file from your front page example:
https://raw.githubusercontent.com/marsmining/ox-twbs/master/example/eg0.org
Contains things like this:
Which do not appear on two different machines I've tried on your example page here:
http://clubctrl.com/org/prog/ox-twbs.html
I suspect you updated the org mode file but not the rendered HTML file.