From: Igor G. <i....@br...> - 2011-08-20 01:20:05
|
Hi folks, I'm working with a CMS which uses (python) Markdown as basis and I'm a little unhappy with the styling option that it offers. We end up with a <div id="content"> $mardowntext </div> And that is quite difficult to style sensibly. Is there any sane way -- other than wrapping a section with divs <div class="section"> # Header # {#header1} Some text here </div> to achieve such an effect? I've been contemplating to add an extension for that purpose, which creates such section and subsection class divs, but my Python-fu is quite poor. Is anyone aware of such a thing already in existence? Or a sensible alternative? Or is putting HTML content the only sensible solution? Thank you for your feedback. So long, i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i....@br... URL: http://brainsware.org/ GPG: 571B 8B8A FC97 266D BDA3 EF6F 43AD 80A4 5779 3257 |