Relative Content

Tag Archive for phpmarkdownthephpleague

Can I set the path for a markdown image in configuration using LeagueCommonMark?

I’m using the GitHub-Flavored Markdown environment with the PHP League’s markdown package (CommonMark). The library is applying the URL and a path to image markdown in Markdown files that is incorrect. I’ve read the configuration documents and can’t find an option to do this. I’d rather set the option in configuration than apply a regex on the outputted HTML.