View source: R/transform-files.R
transformers_drop | R Documentation |
The goal is to speed up styling by removing all rules that are only
applicable in contexts that don't occur often, e.g. for most code, we don't
expect ";" to be in it, so we don't need to apply resolve_semicolon()
on
every nest.
transformers_drop(text, transformers)
text |
Text to parse. Can also be the column |
transformers |
the transformers. |
specify_transformers_drop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.