rubyists- does anyone know the syntax for embedded html in an rd doc and NOT having it escaped? for instance * list item * another <b>bold item</b> and having the <b> and </b> NOT be escaped? obviously * another ((|<b>bold item</b>|)) does not work i'm trying to inline some images.... cheers. -a ==================================== | Ara Howard | NOAA Forecast Systems Laboratory | Information and Technology Services | Data Systems Group | R/FST 325 Broadway | Boulder, CO 80305-3328 | Email: ara.t.howard / noaa.gov | Phone: 303-497-7238 | Fax: 303-497-7259 | The difference between art and science is that science is what we understand | well enough to explain to a computer. Art is everything else. | -- Donald Knuth, "Discover" | ~ > /bin/sh -c 'for lang in ruby perl; do $lang -e "print \"\x3a\x2d\x29\x0a\""; done' ====================================