How to parse Markdown in PHP?
You should have a look at Parsedown. It parses Markdown text the way people do. First, it divides texts into lines. Then it looks at how these lines start and relate to each other. Finally, it looks for special characters to identify inline elements.