htmlcommentr: html commenting

Description Usage Details Examples

View source: R/htmlcommentr.R

Description

RStudio addin to add/remove html comments to highlighted text

Usage

1

Details

Highlighting text will add html comment tags around it

Highlighting commented text will remove tags.

Highlighting

Something COMMENT Something

Something <!– COMMENT –> Something

New Comment

Something COMMENT [cursor here] Something

Something COMMENT <!– –> Something

Start of Row

[cursor here] Something COMMENT Something

<!– Something COMMENT Something –>

Highlighting Multiple rows

Something COMMENT Something

Something COMMENT Something

<!– Something COMMENT Something

Something COMMENT Something –>

Examples

1
2
3
4
## Not run: 
remedy_example( c( "<b>This is bold</b>"), htmlcommentr)

## End(Not run)

ThinkR-open/remedy documentation built on Aug. 26, 2020, 5:45 p.m.