-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: hugodownplus
Title: Extend 'hugodown's markdown document with toc and html boxes.
Version: 0.0.0.9000
Authors@R: c(
person(given = "Tim",
family = "Tiefenbach",
role = c("aut", "cre"),
email = "mailme@tim-tiefenbach.de",
comment = c(ORCID = "0000-0001-9443-2434")),
person(given = "Shafayet Khan",
family = "Shafee",
role = c("aut"),
email = "sshafee@isrt.ac.bd"))
Description: hugodownplus extends 'hugodown's md_document with toc and HTML boxes.
It allows the use of the arguments 'includes' and 'pandoc_args' which are available in rmarkdown::md_document.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/TimTeaFan/hugodownplus,
https://timteafan.github.io/hugodownplus/
BugReports: https://github.com/TimTeaFan/hugodownplus/issues
Imports:
brio,
digest,
downlit,
evaluate,
fs,
htmltools,
rlang,
rmarkdown,
sessioninfo,
yaml
Suggests:
knitr
VignetteBuilder: knitr