An open API service indexing awesome lists of open source software.

https://github.com/richelbilderbeek/mkdocs2md

R package to convert MkDocs markdown to regular markdown
https://github.com/richelbilderbeek/mkdocs2md

convert markdown md mkdocs r r-package

Last synced: 5 days ago
JSON representation

R package to convert MkDocs markdown to regular markdown

Awesome Lists containing this project

README

          

# mkdocs2md

[![R-CMD-check](https://github.com/richelbilderbeek/mkdocs2md/actions/workflows/R-CMD-check.yaml/badge.svg?branch=main)](https://github.com/richelbilderbeek/mkdocs2md/actions/workflows/R-CMD-check.yaml)
[![codecov.io](https://codecov.io/github/richelbilderbeek/mkdocs2md/coverage.svg?branch=main)](https://codecov.io/github/richelbilderbeek/mkdocs2md/branch/main)

R package to convert MkDocs markdown to regular markdown

## Installation

```bash
install.packages("remotes")
remotes::install_github("richelbilderbeek/mkdocs2md")
```

## Usage

```

```