s.set_table_styles([cell_hover, index_names, headers]) s.set_table_styles([ # create internal CSS classes {'selector': '.true', 'props': 'background-color: #e6ffe6;'}, {'selector': '.false', 'props': 'background-color: #ffe6e6;'}, ], overwrite=False) cell_color = pd....
(Remove bottom margin from paragraphs in table headers) tr.header > th > p:last-of-type { margin-bottom: 0px; } table, table.table { margin-top: 0.5rem; margin-bottom: 0.5rem; } caption, .table-caption { padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center; } figure...
default;$selection-bg: #26351c !default;// quarto-scss-analysis-annotation { "origin": "Defaults from Quarto's SCSS"}@import url(./fonts/source-sans-pro/source-sans-pro.css);// fonts$font-family-sans-serif:"Source Sans Pro", Helvetica, sans-serif !default;$font-family-monospace: SFMo...
table.insert(result, block) end table.insert(result.caption) return result end, Image = function(element) return element.caption end, Expand Down 1 change: 1 addition & 0 deletions 1 src/resources/filters/common/pandoc.lua Show comments View file Edit file Delete file This file contains...
"gt_table_body\">\n <tr><td headers=\"year\" class=\"gt_row gt_right\">1920</td>\n<td headers=\"Jan\" class=\"gt_row gt_right\" style=\"background-color: #86D38C; color: #000000;\">40.6</td>\n<td headers=\"Jun\" class=\"gt_row gt_right\" style=\"background-...
(#6693): Fine tune table appearance to improve consistency (#6714): Display title block for HTML when other (non-title/author/subtitle) metadata is present. (#6833): Handle partially-specified aspect ratio, width, and height attributes in video shortcode. (#6910): Properly forward code-summa...
"gt_table_body\">\n <tr><td headers=\"year\" class=\"gt_row gt_right\">1920</td>\n<td headers=\"Jan\" class=\"gt_row gt_right\" style=\"background-color: #DB605B; color: #FFFFFF;\">40.6</td>\n<td headers=\"Jun\" class=\"gt_row gt_right\" style=\"background-...
table.insert(lst, string.sub(chars, ix, ix)) end return table.concat(lst, "") end function find_invalid_tags(str) -- [^.=\n] -- we disallow "." to avoid catching {.python} -- we disallow "=" to avoid catching {foo="bar"} -- we disallow "\n" to avoid multiple lines -...