double_escape_md {roxygen2}R Documentation

Escape % and \$ and \_ once more, because commonmark removes the escaping. We do this everywhere currently.

Description

Escape % and \$ and \_ once more, because commonmark removes the escaping. We do this everywhere currently.

Usage

double_escape_md(text)

Arguments

text

Input text.

Value

Double-escaped text.


[Package roxygen2 version 6.0.1 Index]