correct_writage_md: [!] Correnct md text genereted with Writage

Description Usage Arguments Value Examples

View source: R/RStudio_addins.R

Description

[!] Correnct md text genereted with Writage

Usage

1

Arguments

x

A sting.

Value

A corrected string.

Examples

1
2
    pattern     <- c( "\\`", "\\]",   "\\[",    "\\_",  "\\\\" , "\\#")
    replacement <- c( "`",     "]",     "[",      "_",  "\\" , "#")

GegznaV/conspect.helper documentation built on Sept. 18, 2020, 4:02 p.m.