roxygen2 (version 6.1.1)

double_escape_md: 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.