On Tue, Sep 3, 2013 at 2:09 PM, Mike Turquette mturquette@linaro.org wrote:
Hi all,
I wanted to create a google doc spreadsheet for tracking some team activity and then embed in iframe for that spreadsheet into the team wiki page.
I tried adding something like the following:
=== Project Status === {{{#!html
<iframe width='500' height='300' frameborder='0' src='https://docs.google.com/spreadsheet/pub?key=0Ajx9x7R7ZLSidGVWcVI5YzhWVER5ZDdVbENKcDh1RUE&output=html&widget=true'></iframe> }}}
Nothing shows up. I decided to try an easier test:
=== Project Status === {{{#!html <b>Hello, world!</b> }}}
I can see the "Hello, world!" string, but the bold tags were ignored.
So is HTML embedding disabled in MoinMoin? Any idea on the best way to proceed?
Try this instead: <strong>Hello, world!</strong> Or: <span style="font-weight:bold">Hello, world!</span>
Also, <i> doesn't seem to work either. Use <em> instead.
Thanks, Mike
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev