msmid / markdown2docbook

Conversion tool for transforming markdown text files to DocBook/HTML documents. Project is based on XSLT 2.0 technology.
MIT License
21 stars 6 forks source link

First step - complete logic #17

Closed msmid closed 10 years ago

msmid commented 10 years ago

Now we have got ourselves functions that parse block-level elements. Next thing is to merge them into "tree" of functions that are fired as input text is processing.

Careful, we need to go through all possible markup structures.

This logic will return temporary html document without inline markup processed.

msmid commented 10 years ago

It goes like this:

Run block