markdown - Lightweight markup language for HTML5 -


i've been using template toolkit + multi-markdown + perl scripts glue website.

this combination has few problems:

  1. i still have ugly things like:

    <div class=picture_right>  {link image}  text caption 

with appropriate styling picture_right.

  1. to ensure text processed inside <div> tags, have add flag markdown="1" div.

  2. seems end raft of surplus <p>tags wrapping things. keeps output validating properly, otherwise seems harmless.

i think html5 mature enough use output format. such things figure, article, footnote clearer <div class...> structures.

i'm looking lightweight markup language has decent support use html5 in not cluttered way.

ideally: customizable things like: h1 headlines automatically produce articles, h2 produce sections, customization , defaults can pulled in external file. (i'm learning possibilities of html5.)

all in all, you're trying want learn html5. suggest head first html5 eric freeman, elisabeth freeman.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -