markdown

This generator creates a .md file for each requirement with useful information to consume the installed packages: libraries available, headers, compiler flags, snippet to consume them using different build systems,…

$ conan install libxml2/2.9.9@ --generator markdown
...
Generator markdown created libxml2.md

Although markdown files can be read in plain text, we highly recommend you to use any plugin to see it with proper rendering (browsers, IDEs,.. all of them have plugins that will render markdown documents).

Markdown generator output for ``libxml2/2.9.9`` package.