Extract all badges from Markdown file
extract_badges(path)
| path | Path to Markdown file |
|---|
A tibble with for each badge its text, link and link to its image.
# NOT RUN { extract_badges(system.file("examples/README_fakepackage.md", package="codemetar")) # }