Building on the use of Word templates for customizing .docx output from Quarto (as described here: Quarto - Word Templates), I'd like to leverage styles in the Word template that don't align with specific Quarto styles (such as the various headers, bulleted lists, etc.).
For example, in my template, I have a style called "Body Text First Indent". I'd like to apply this particular paragraphs of body text that I want indented. Another style, called "Body Text", is not indented, and will be applied to other paragraphs.
Is there a way to tag text in a Quarto document or otherwise select portions of text so that they have the appropriate styles selected from a Word template? I'm imagining something like the below:
<style = "Body Text First Indent">
This is my first paragraph, and it's indented--hooray! </>
<style = "Body Text">
This is my second paragraph, it's not indented--double hooray! </>