A streamlined cross-referencing system for R markdown documents that integrates with the knitr package. It defines a hook for anchoring code chunks and tracks chunks for cross-referencing document elements like figures, tables and code blocks.{kfigr}...
pandoc -f markdown --toc -o out.docx file1.md dirA\file2.md dirB\file3.md If you specify multiple input files, they are actually concatenated by the shell and then passed to pandoc. So no, the input file names don't come into play (which is counter-intuitive for HTML, but makes...
rlang_1.0.1 readxl_1.3.1 rstudioapi_0.13 rmarkdown_2.9 munsell_0.5.0 [22] broom_0.7.8.9000 compiler_4.0.4 modelr_0.1.8 xfun_0.27 pkgconfig_2.0.3 htmltools_0.5.2 tidyselect_1.1.2 [29] bookdown_0.22 fansi_1.0.2 crayon_1.5.0 tzdb_0.1.2 dbplyr_2.1.1 withr_2.4.3 grid_4.0.4 [...
In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. + +First, install Styleguidist: + +```sh +npm install --save react-styleguidist +``` + +Alternatively you may use `yarn`: + +```sh +yarn add react-styleguidist +...