Build URL: https://travis-ci.com/gadenbuie/xaringanthemer/builds/158521216
Commit: e883552cd2
gh-pages
| @@ -117,6 +117,7 @@ | |||
| <th align="left">Variable</th> | |||
| <th align="left">Description</th> | |||
| <th align="left">Element</th> | |||
| <th align="left">CSS Property</th> | |||
| <th align="left">Default</th> | |||
| <th align="left">CSS Variable</th> | |||
| </tr></thead> | |||
| @@ -125,6 +126,7 @@ | |||
| <td align="left"><code>text_color</code></td> | |||
| <td align="left">Text Color</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">#000</td> | |||
| <td align="left"><code>--text_color</code></td> | |||
| </tr> | |||
| @@ -132,6 +134,7 @@ | |||
| <td align="left"><code>header_color</code></td> | |||
| <td align="left">Header Color</td> | |||
| <td align="left">h1, h2, h3</td> | |||
| <td align="left"></td> | |||
| <td align="left">#000</td> | |||
| <td align="left"><code>--header-color</code></td> | |||
| </tr> | |||
| @@ -139,6 +142,7 @@ | |||
| <td align="left"><code>background_color</code></td> | |||
| <td align="left">Slide Background Color</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"></td> | |||
| <td align="left">#FFF</td> | |||
| <td align="left"><code>--background-color</code></td> | |||
| </tr> | |||
| @@ -146,6 +150,7 @@ | |||
| <td align="left"><code>link_color</code></td> | |||
| <td align="left">Link Color</td> | |||
| <td align="left">a, a > code</td> | |||
| <td align="left"></td> | |||
| <td align="left">rgb(249, 38, 114)</td> | |||
| <td align="left"><code>--link-color</code></td> | |||
| </tr> | |||
| @@ -153,6 +158,7 @@ | |||
| <td align="left"><code>text_bold_color</code></td> | |||
| <td align="left">Bold Text Color</td> | |||
| <td align="left">strong</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"><code>--text-bold-color</code></td> | |||
| </tr> | |||
| @@ -160,6 +166,7 @@ | |||
| <td align="left"><code>text_slide_number_color</code></td> | |||
| <td align="left">Slide Number Color</td> | |||
| <td align="left">.remark-slide-number</td> | |||
| <td align="left"></td> | |||
| <td align="left">inverse_background_color</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -167,6 +174,7 @@ | |||
| <td align="left"><code>padding</code></td> | |||
| <td align="left">Slide Padding in <code>top right [bottom left]</code> format</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/padding">padding</a></td> | |||
| <td align="left">16px 64px 16px 64px</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -174,6 +182,7 @@ | |||
| <td align="left"><code>background_image</code></td> | |||
| <td align="left">Background image applied to each <em>and every</em> slide. Set <code>title_slide_background_image = "none"</code> to remove the background image from the title slide</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -181,6 +190,7 @@ | |||
| <td align="left"><code>background_size</code></td> | |||
| <td align="left">Background image size, requires <code>background_image</code> to be set. If <code>background_image</code> is set, <code>background_size</code> will default to <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and <code>background_position</code> are set, will default to 100 percent</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size">background-size</a></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -189,6 +199,7 @@ | |||
| <td align="left">Background image position, requires <code>background_image</code> to be set, and it is recommended to adjust <code>background_size</code> | |||
| </td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-position">background-position</a></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -196,6 +207,7 @@ | |||
| <td align="left"><code>code_highlight_color</code></td> | |||
| <td align="left">Code Line Highlight</td> | |||
| <td align="left">.remark-code-line-highlighted</td> | |||
| <td align="left"></td> | |||
| <td align="left">rgba(255,255,0,0.5)</td> | |||
| <td align="left"><code>--code-highlight-color</code></td> | |||
| </tr> | |||
| @@ -203,6 +215,7 @@ | |||
| <td align="left"><code>code_inline_color</code></td> | |||
| <td align="left">Inline Code Color</td> | |||
| <td align="left">.remark-inline-code</td> | |||
| <td align="left"></td> | |||
| <td align="left">#000</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -210,6 +223,7 @@ | |||
| <td align="left"><code>code_inline_background_color</code></td> | |||
| <td align="left">Inline Code Background Color</td> | |||
| <td align="left">.remark-inline-code</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -217,6 +231,7 @@ | |||
| <td align="left"><code>code_inline_font_size</code></td> | |||
| <td align="left">Inline Code Text Font Size</td> | |||
| <td align="left">.remark-inline-code</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">1em</td> | |||
| <td align="left"><code>--code-inline-font-size</code></td> | |||
| </tr> | |||
| @@ -224,6 +239,7 @@ | |||
| <td align="left"><code>inverse_background_color</code></td> | |||
| <td align="left">Inverse Background Color</td> | |||
| <td align="left">.inverse</td> | |||
| <td align="left"></td> | |||
| <td align="left">#272822</td> | |||
| <td align="left"><code>--inverse-background-color</code></td> | |||
| </tr> | |||
| @@ -231,6 +247,7 @@ | |||
| <td align="left"><code>inverse_text_color</code></td> | |||
| <td align="left">Inverse Text Color</td> | |||
| <td align="left">.inverse</td> | |||
| <td align="left"></td> | |||
| <td align="left">#d6d6d6</td> | |||
| <td align="left"><code>--inverse-text-color</code></td> | |||
| </tr> | |||
| @@ -238,6 +255,7 @@ | |||
| <td align="left"><code>inverse_text_shadow</code></td> | |||
| <td align="left">Enables Shadow on text of inverse slides</td> | |||
| <td align="left">.inverse</td> | |||
| <td align="left"></td> | |||
| <td align="left">FALSE</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -245,6 +263,7 @@ | |||
| <td align="left"><code>inverse_header_color</code></td> | |||
| <td align="left">Inverse Header Color</td> | |||
| <td align="left">.inverse h1, .inverse h2, .inverse h3</td> | |||
| <td align="left"></td> | |||
| <td align="left">#f3f3f3</td> | |||
| <td align="left"><code>--inverse-header-color</code></td> | |||
| </tr> | |||
| @@ -252,6 +271,7 @@ | |||
| <td align="left"><code>title_slide_text_color</code></td> | |||
| <td align="left">Title Slide Text Color</td> | |||
| <td align="left">.title-slide</td> | |||
| <td align="left"></td> | |||
| <td align="left">inverse_text_color</td> | |||
| <td align="left"><code>--title-slide-text-color</code></td> | |||
| </tr> | |||
| @@ -259,6 +279,7 @@ | |||
| <td align="left"><code>title_slide_background_color</code></td> | |||
| <td align="left">Title Slide Background Color</td> | |||
| <td align="left">.title-slide</td> | |||
| <td align="left"></td> | |||
| <td align="left">inverse_background_color</td> | |||
| <td align="left"><code>--title-slide-background-color</code></td> | |||
| </tr> | |||
| @@ -266,6 +287,7 @@ | |||
| <td align="left"><code>title_slide_background_image</code></td> | |||
| <td align="left">Title Slide Background Image URL</td> | |||
| <td align="left">.title-slide</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -273,6 +295,7 @@ | |||
| <td align="left"><code>title_slide_background_size</code></td> | |||
| <td align="left">Title Slide Background Image Size, defaults to “cover” if background image is set</td> | |||
| <td align="left">.title-slide</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size">background-size</a></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -280,6 +303,7 @@ | |||
| <td align="left"><code>title_slide_background_position</code></td> | |||
| <td align="left">Title Slide Background Image Position</td> | |||
| <td align="left">.title-slide</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-position">background-position</a></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -287,6 +311,7 @@ | |||
| <td align="left"><code>footnote_color</code></td> | |||
| <td align="left">Footnote text color (if <code>NA</code>, then it will be the same color as <code>text_color</code>)</td> | |||
| <td align="left">.footnote</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -294,6 +319,7 @@ | |||
| <td align="left"><code>footnote_font_size</code></td> | |||
| <td align="left">Footnote font size</td> | |||
| <td align="left">.footnote</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">0.9em</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -301,6 +327,7 @@ | |||
| <td align="left"><code>footnote_position_bottom</code></td> | |||
| <td align="left">Footnote location from bottom of screen</td> | |||
| <td align="left">.footnote</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position_value">position</a></td> | |||
| <td align="left">60px</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -308,6 +335,7 @@ | |||
| <td align="left"><code>left_column_subtle_color</code></td> | |||
| <td align="left">Left Column Text (not last)</td> | |||
| <td align="left">.left-column h2, .left-column h3</td> | |||
| <td align="left"></td> | |||
| <td align="left">#777</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -315,6 +343,7 @@ | |||
| <td align="left"><code>left_column_selected_color</code></td> | |||
| <td align="left">Left Column Current Selection</td> | |||
| <td align="left">.left-column h2:last-of-type, .left-column h3:last-child</td> | |||
| <td align="left"></td> | |||
| <td align="left">#000</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -322,6 +351,7 @@ | |||
| <td align="left"><code>blockquote_left_border_color</code></td> | |||
| <td align="left">Blockquote Left Border Color</td> | |||
| <td align="left">blockquote</td> | |||
| <td align="left"></td> | |||
| <td align="left">lightgray</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -329,6 +359,7 @@ | |||
| <td align="left"><code>table_border_color</code></td> | |||
| <td align="left">Table top/bottom border</td> | |||
| <td align="left">table: border-top, border-bottom</td> | |||
| <td align="left"></td> | |||
| <td align="left">#666</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -336,6 +367,7 @@ | |||
| <td align="left"><code>table_row_border_color</code></td> | |||
| <td align="left">Table row inner bottom border</td> | |||
| <td align="left">table thead th: border-bottom</td> | |||
| <td align="left"></td> | |||
| <td align="left">#ddd</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -343,6 +375,7 @@ | |||
| <td align="left"><code>table_row_even_background_color</code></td> | |||
| <td align="left">Table Even Row Background Color</td> | |||
| <td align="left">thead, tfoot, tr:nth-child(even)</td> | |||
| <td align="left"></td> | |||
| <td align="left">#eee</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -350,6 +383,7 @@ | |||
| <td align="left"><code>base_font_size</code></td> | |||
| <td align="left">Base Font Size for All Slide Elements (must be <code>px</code>)</td> | |||
| <td align="left">html</td> | |||
| <td align="left"></td> | |||
| <td align="left">20px</td> | |||
| <td align="left"><code>--base-font-size</code></td> | |||
| </tr> | |||
| @@ -357,6 +391,7 @@ | |||
| <td align="left"><code>text_font_size</code></td> | |||
| <td align="left">Slide Body Text Font Size</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">1rem</td> | |||
| <td align="left"><code>--text-font-size</code></td> | |||
| </tr> | |||
| @@ -364,6 +399,7 @@ | |||
| <td align="left"><code>header_h1_font_size</code></td> | |||
| <td align="left">h1 Header Text Font Size</td> | |||
| <td align="left">.remark-slide-content h1</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">2.75rem</td> | |||
| <td align="left"><code>--header-h1-font-size</code></td> | |||
| </tr> | |||
| @@ -371,6 +407,7 @@ | |||
| <td align="left"><code>header_h2_font_size</code></td> | |||
| <td align="left">h2 Header Text Font Size</td> | |||
| <td align="left">.remark-slide-content h2</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">2.25rem</td> | |||
| <td align="left"><code>--header-h2-font-size</code></td> | |||
| </tr> | |||
| @@ -378,6 +415,7 @@ | |||
| <td align="left"><code>header_h3_font_size</code></td> | |||
| <td align="left">h3 Header Text Font Size</td> | |||
| <td align="left">.remark-slide-content h3</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">1.75rem</td> | |||
| <td align="left"><code>--header-h3-font-size</code></td> | |||
| </tr> | |||
| @@ -385,6 +423,7 @@ | |||
| <td align="left"><code>header_background_auto</code></td> | |||
| <td align="left">Add background under slide title automatically for h1 header elements. If not enabled, use <code>class: header_background</code> to enable</td> | |||
| <td align="left"></td> | |||
| <td align="left"></td> | |||
| <td align="left">FALSE</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -392,6 +431,7 @@ | |||
| <td align="left"><code>header_background_color</code></td> | |||
| <td align="left">Background Color for h1 Header with Background</td> | |||
| <td align="left">.remark-slide-content h1</td> | |||
| <td align="left"></td> | |||
| <td align="left">header_color</td> | |||
| <td align="left"><code>--header-background-color</code></td> | |||
| </tr> | |||
| @@ -399,6 +439,7 @@ | |||
| <td align="left"><code>header_background_text_color</code></td> | |||
| <td align="left">Text Color for h1 Header with Background</td> | |||
| <td align="left">.remark-slide-content h1</td> | |||
| <td align="left"></td> | |||
| <td align="left">background_color</td> | |||
| <td align="left"><code>--header-background-text-color</code></td> | |||
| </tr> | |||
| @@ -406,6 +447,7 @@ | |||
| <td align="left"><code>header_background_padding</code></td> | |||
| <td align="left">Padding for h1 Header with Background</td> | |||
| <td align="left">.remark-slide-content h1</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/padding">padding</a></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -413,6 +455,7 @@ | |||
| <td align="left"><code>header_background_content_padding_top</code></td> | |||
| <td align="left">Top Padding for Content in Slide with Header with Background</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"></td> | |||
| <td align="left">7rem</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -420,6 +463,7 @@ | |||
| <td align="left"><code>header_background_ignore_classes</code></td> | |||
| <td align="left">Slide Classes Where Header with Background will not be Applied</td> | |||
| <td align="left">.remark-slide-content</td> | |||
| <td align="left"></td> | |||
| <td align="left">c(‘normal’, ‘inverse’, ‘title’, ‘middle’, ‘bottom’)</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -427,6 +471,7 @@ | |||
| <td align="left"><code>text_slide_number_font_size</code></td> | |||
| <td align="left">Slide Number Text Font Size</td> | |||
| <td align="left">.remark-slide-number</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">0.9em</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -434,6 +479,7 @@ | |||
| <td align="left"><code>text_font_google</code></td> | |||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify body font</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -441,6 +487,7 @@ | |||
| <td align="left"><code>text_font_family</code></td> | |||
| <td align="left">Body Text Font Family (xaringan default is <code>'Droid Serif'</code>)</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">Noto Sans</td> | |||
| <td align="left"><code>--text-font-family</code></td> | |||
| </tr> | |||
| @@ -448,6 +495,7 @@ | |||
| <td align="left"><code>text_font_weight</code></td> | |||
| <td align="left">Body Text Font Weight</td> | |||
| <td align="left">body</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight">font-weight</a></td> | |||
| <td align="left">normal</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -456,6 +504,7 @@ | |||
| <td align="left">Body Text Font URL(s)</td> | |||
| <td align="left"> | |||
| <span class="citation">@import</span> url()</td> | |||
| <td align="left"></td> | |||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap</a></td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -463,6 +512,7 @@ | |||
| <td align="left"><code>text_font_family_fallback</code></td> | |||
| <td align="left">Body Text Font Fallbacks</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial</td> | |||
| <td align="left"><code>--text-font-family-fallback</code></td> | |||
| </tr> | |||
| @@ -470,6 +520,7 @@ | |||
| <td align="left"><code>text_font_base</code></td> | |||
| <td align="left">Body Text Base Font (Total Failure Fallback)</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">sans-serif</td> | |||
| <td align="left"><code>--text-font-base</code></td> | |||
| </tr> | |||
| @@ -477,6 +528,7 @@ | |||
| <td align="left"><code>header_font_google</code></td> | |||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify header font</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -484,6 +536,7 @@ | |||
| <td align="left"><code>header_font_family</code></td> | |||
| <td align="left">Header Font Family (xaringan default is <code>'Yanone Kaffeesatz'</code>)</td> | |||
| <td align="left">h1, h2, h3</td> | |||
| <td align="left"></td> | |||
| <td align="left">Cabin</td> | |||
| <td align="left"><code>--header-font-family</code></td> | |||
| </tr> | |||
| @@ -491,6 +544,7 @@ | |||
| <td align="left"><code>header_font_weight</code></td> | |||
| <td align="left">Header Font Weight</td> | |||
| <td align="left">h1, h2, h3</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight">font-weight</a></td> | |||
| <td align="left">600</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -499,6 +553,7 @@ | |||
| <td align="left">Header Font URL</td> | |||
| <td align="left"> | |||
| <span class="citation">@import</span> url</td> | |||
| <td align="left"></td> | |||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap</a></td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -506,6 +561,7 @@ | |||
| <td align="left"><code>code_font_google</code></td> | |||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify code font</td> | |||
| <td align="left">body</td> | |||
| <td align="left"></td> | |||
| <td align="left">NULL</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -513,6 +569,7 @@ | |||
| <td align="left"><code>code_font_family</code></td> | |||
| <td align="left">Code Font Family</td> | |||
| <td align="left">.remark-code, .remark-inline-code</td> | |||
| <td align="left"></td> | |||
| <td align="left">Source Code Pro</td> | |||
| <td align="left"><code>--code-font-family</code></td> | |||
| </tr> | |||
| @@ -520,6 +577,7 @@ | |||
| <td align="left"><code>code_font_size</code></td> | |||
| <td align="left">Code Text Font Size</td> | |||
| <td align="left">.remark-inline</td> | |||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||
| <td align="left">0.9rem</td> | |||
| <td align="left"><code>--code-font-size</code></td> | |||
| </tr> | |||
| @@ -528,6 +586,7 @@ | |||
| <td align="left">Code Font URL</td> | |||
| <td align="left"> | |||
| <span class="citation">@import</span> url</td> | |||
| <td align="left"></td> | |||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap" class="uri">https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap</a></td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -535,6 +594,7 @@ | |||
| <td align="left"><code>code_font_family_fallback</code></td> | |||
| <td align="left">Code Font Fallback</td> | |||
| <td align="left">.remark-code, .remark-inline-code</td> | |||
| <td align="left"></td> | |||
| <td align="left">Menlo, Consolas, Monaco, Liberation Mono, Lucida Console</td> | |||
| <td align="left"></td> | |||
| </tr> | |||
| @@ -6,7 +6,7 @@ articles: | |||
| template-variables: template-variables.html | |||
| themes: themes.html | |||
| xaringanthemer: xaringanthemer.html | |||
| last_built: 2020-04-05T18:28Z | |||
| last_built: 2020-04-05T19:04Z | |||
| urls: | |||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | |||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | |||
| @@ -284,7 +284,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -299,14 +302,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -329,10 +336,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -387,12 +395,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -403,12 +416,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -454,34 +471,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -510,7 +531,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -528,7 +551,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -546,7 +571,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -587,7 +614,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -611,7 +640,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -302,7 +302,10 @@ any argument of a style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -317,14 +320,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -348,10 +355,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -408,12 +416,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -424,12 +437,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -475,34 +492,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -531,7 +552,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -549,7 +572,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -567,7 +592,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -608,7 +635,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -632,7 +661,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -303,7 +303,10 @@ any argument of a style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -318,14 +321,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -349,10 +356,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -409,12 +417,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -425,12 +438,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -477,34 +494,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -533,7 +554,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -551,7 +574,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -569,7 +594,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -610,7 +637,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -634,7 +663,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -290,7 +290,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -305,14 +308,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -335,10 +342,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -393,12 +401,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -409,12 +422,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -460,34 +477,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -516,7 +537,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -534,7 +557,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -552,7 +577,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -593,7 +620,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -617,7 +646,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -291,7 +291,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -306,14 +309,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -336,10 +343,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -394,12 +402,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -410,12 +423,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -461,34 +478,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -517,7 +538,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -535,7 +558,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -553,7 +578,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -594,7 +621,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -618,7 +647,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -290,7 +290,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -305,14 +308,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -335,10 +342,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -393,12 +401,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -409,12 +422,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -460,34 +477,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -516,7 +537,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -534,7 +557,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -552,7 +577,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -593,7 +620,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -617,7 +646,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -290,7 +290,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -305,14 +308,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -335,10 +342,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -393,12 +401,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -409,12 +422,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -460,34 +477,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -516,7 +537,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -534,7 +557,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -552,7 +577,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -593,7 +620,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -617,7 +646,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -268,7 +268,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -283,14 +286,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -313,10 +320,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -371,12 +379,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -387,12 +400,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -437,34 +454,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -493,7 +514,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -511,7 +534,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -529,7 +554,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -570,7 +597,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -594,7 +623,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -268,7 +268,10 @@ Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -283,14 +286,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -313,10 +320,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -371,12 +379,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -387,12 +400,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -437,34 +454,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -493,7 +514,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -511,7 +534,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -529,7 +554,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -570,7 +597,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -594,7 +623,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| @@ -264,7 +264,10 @@ argument of a style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>padding</th> | |||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||
| Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_image</th> | |||
| @@ -279,14 +282,18 @@ from the title slide. Defaults to <code>NULL</code>. Modifies the | |||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | |||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | |||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>background_position</th> | |||
| <td><p>Background image position, requires | |||
| <code>background_image</code> to be set, and it is recommended to adjust | |||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | |||
| <code>.remark-slide-content</code> class.</p></td> | |||
| <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>code_highlight_color</th> | |||
| @@ -309,10 +316,11 @@ to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></ | |||
| <tr> | |||
| <th>code_inline_font_size</th> | |||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | |||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||
| also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>inverse_background_color</th> | |||
| @@ -367,12 +375,17 @@ Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p> | |||
| <th>title_slide_background_size</th> | |||
| <td><p>Title Slide Background Image Size, | |||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | |||
| Modifies the <code>.title-slide</code> class.</p></td> | |||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>title_slide_background_position</th> | |||
| <td><p>Title Slide Background Image | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||
| CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_color</th> | |||
| @@ -383,12 +396,16 @@ class.</p></td> | |||
| <tr> | |||
| <th>footnote_font_size</th> | |||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | |||
| the <code>.footnote</code> class.</p></td> | |||
| the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>footnote_position_bottom</th> | |||
| <td><p>Footnote location from bottom of screen. | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>left_column_subtle_color</th> | |||
| @@ -433,34 +450,38 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_size</th> | |||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | |||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||
| stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||
| CSS.</p></td> | |||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h1_font_size</th> | |||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | |||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h2_font_size</th> | |||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | |||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_h3_font_size</th> | |||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | |||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||
| is also stored as a CSS variable that can be referenced with | |||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||
| custom CSS.</p></td> | |||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_auto</th> | |||
| @@ -489,7 +510,9 @@ or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_background_padding</th> | |||
| <td><p>Padding for h1 Header with Background. | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_background_content_padding_top</th> | |||
| @@ -507,7 +530,9 @@ Background will not be Applied. Defaults to | |||
| <tr> | |||
| <th>text_slide_number_font_size</th> | |||
| <td><p>Slide Number Text Font Size. Defaults to | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_google</th> | |||
| @@ -525,7 +550,9 @@ function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>text_font_weight</th> | |||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | |||
| the <code>body</code> element.</p></td> | |||
| the <code>body</code> element. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>text_font_url</th> | |||
| @@ -566,7 +593,9 @@ style function or in custom CSS.</p></td> | |||
| <tr> | |||
| <th>header_font_weight</th> | |||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | |||
| <code>h1, h2, h3</code> elements.</p></td> | |||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||
| property values.</p></td> | |||
| </tr> | |||
| <tr> | |||
| <th>header_font_url</th> | |||
| @@ -590,7 +619,9 @@ CSS.</p></td> | |||
| <tr> | |||
| <th>code_font_size</th> | |||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | |||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||
| <code>.remark-inline</code> class. Accepts CSS | |||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||
| property values. The value of this variable is also stored as a CSS | |||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | |||
| argument of a style function or in custom CSS.</p></td> | |||
| </tr> | |||