nvanbaren / Markdown-plsql

Using pl/sql to convert a markdown formatted text into html.
MIT License
5 stars 0 forks source link

Restructering the code #1

Open nvanbaren opened 11 years ago

nvanbaren commented 11 years ago

The forming of the blocks just feel like it could be written more clearly.
It might be a good a idea to investigated some markdown flavours. The reworked code should make it easier to at flavours. With out it turning in spaghetti code.

sterPap commented 8 years ago

Hello, there are some conversion problems. You can try to convert the readme.md. First, the #Martkdown is not converted. If you use the alternative === it will work ok. The second line using ## works ok. The links are not converted if the url contains '-' eg: The http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html is not converted if you remove the - from the developer-tools and from sql-developer the resulting url http://www.oracle.com/technetwork/developertools/sqldeveloper/overview/index.html works ok

Thank you.

Regards, Stergio