Package: md4r
Title: Markdown Parser Implemented using the 'MD4C' Library
Version: 0.5.2.0
Authors@R: 
    c(person(
        given = "Colin",
        family = "Rundel",
        role = c("aut", "cre"),
        email = "rundel@gmail.com"
      ),
      person(
        given = "Martin",
        family = "Mitáš",
        role = c("cph"),
        comment = "md4c author: md4c.c, md4c.h, specs/md4c/"
      ),
      person(
        family = "RStudio, PBC",
        role = c("cph"),
        comment = "httpuv_url_tools.cpp"
      ),
      person(
        given = "John",
        family = "MacFarlane",
        role = c("cph"),
        comment = "specs/gfm/spec.txt, specs/md4c/spec.txt"
      )
    )
Description: Provides an R wrapper for the 'MD4C' (Markdown for 'C') library. 
    Functions exist for parsing markdown ('CommonMark' compliant) along with support for other common
    markdown extensions (e.g. GitHub flavored markdown, 'LaTeX' equation support, etc.). The 
    package also provides a number of higher level functions for exploring and manipulating markdown
    abstract syntax trees as well as translating and displaying the documents.
License: MIT + file LICENSE
Copyright: John MacFarlane, RStudio, PBC; Martin Mitáš, Colin Rundel
Encoding: UTF-8
RoxygenNote: 7.3.1
LinkingTo: Rcpp
Imports: tibble, Rcpp, cli, checkmate, glue, purrr, textutils, stringr
Config/testthat/edition: 3
Suggests: withr, testthat (>= 3.0.0), diffmatchpatch
NeedsCompilation: yes
Packaged: 2024-02-04 14:21:44 UTC; rundel
Author: Colin Rundel [aut, cre],
  Martin Mitáš [cph] (md4c author: md4c.c, md4c.h, specs/md4c/),
  RStudio, PBC [cph] (httpuv_url_tools.cpp),
  John MacFarlane [cph] (specs/gfm/spec.txt, specs/md4c/spec.txt)
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-05 20:40:06 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:45:17 UTC; windows
Archs: x64
