Emanuele wrote:
markdown generates plain html without classes and/or other attributes.
Bootstrap, on the contrary, requires to assign quite a bit of classes

This is indeed a problem, but our mdtext supports a mix. See this page for example (it's a random one I extracted from the repository):

https://svn.apache.org/repos/asf/openjpa/site/trunk/content/migration-tool.mdtext

The corresponding "live" version is

http://openjpa.apache.org/migration-tool.html

There you see that they need to pass some CSS classes to it, for example '<td class="border">'. They do it by simply embedding the HTML in the mdtext. So: maybe there is a way to attach the CSS classes to the mdtext, but this would need to be investigated further; however, plain HTML can still be used within the file and this should solve your problem with prototyping at the moment.

Regards,
  Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to