Debian package libmarkdown-php, how can I use it? [closed]
- by JamesM-SiteGen
Hello all,
I am just wondering how do you implement libmarkdown-php in a php script?
By this, I mean:
What code do I run to use the markdown library?
Does it simply just add one function?
Does it allows me to encode markdown2html and vise versa?
Where is a doc for this package, I can't find one? :(
Okay, so it terns out that I found the docs,…