processContent | R Documentation |
Adds a css class to any HTML elements from the content that are named and which name is in the areas vector for names. This allows content to be assigned to the grid areas via named argument while still allowing other generic HTML tag attributes to be used.
processContent(content, areas)
content |
A (named) list of HTML elements. |
areas |
The names in content that should have a class added. |
A list of HTML elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.