@weaver._write('<B>raw html</B>')and that will go straight to the output device. It will look funny if you have a Latex weaver set! You can also say:
@weaver.raw() '<B>raw html</B>' @weaver.translate()to force the current weaver into raw mode and back to translation mode.