Skip to content

Commit b25c2fb

Browse files
authored
Merge pull request #12459 from quarto-dev/fix/page-inset-completions
Add `page-inset` classes to completions
2 parents 3078c2f + 1ce35be commit b25c2fb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ All changes included in 1.7:
166166
- ([#12369](https://github.com/quarto-dev/quarto-cli/pull/12369)): `quarto preview` correctly throws a YAML validation error when a `format` key does not conform.
167167
- ([#12238](https://gijit.com/quarto-dev/quarto-cli/issues/12238)): Very long error (e.g. in Jupyter Notenook with backtrace) are now no more truncated in the console.
168168
- ([#9867](https://github.com/quarto-dev/quarto-cli/issues/9867)): Blank lines are now trimmed in Raw HTML Table blocks.
169+
- ([#12459](https://github.com/quarto-dev/quarto-cli/pull/12459)): Add `.page-inset-*` classes to completions.
169170

170171
## Languages
171172

src/resources/editor/tools/attrs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
doc: Extend content on the left to a wider region
175175
- value: ".column-page-right"
176176
doc: Extend content on the right to a wider region
177+
- value: ".column-page-inset"
178+
doc: Extend content to a wider region (with a small margin)
179+
- value: ".column-page-inset-left"
180+
doc: Extend content on the left to a wider region (with a small margin)
181+
- value: ".column-page-inset-right"
182+
doc: Extend content on the right to a wider region (with a small margin)
177183
- value: ".column-screen-inset"
178184
doc: Extend content to full width (with a small margin)
179185
- value: ".column-screen-inset-shaded"

0 commit comments

Comments
 (0)