Fix box newlines

This commit is contained in:
Carol (Nichols || Goulding) 2022-09-05 21:42:17 -04:00 committed by Carol (Nichols || Goulding)
parent a64cbd9c5b
commit 72053d98cc
2 changed files with 2 additions and 4 deletions

View File

@ -35,8 +35,7 @@ these steps should work as expected with the content of this book.
> ### Command Line Notation
>
> In this chapter and throughout the book, well show some commands used in the
terminal. Lines that you should enter in a terminal all start with `$`. You
dont need to type the `$` character; its the command line prompt shown to

View File

@ -180,11 +180,10 @@
<xsl:text>&#10;</xsl:text>
<xsl:text>> ### </xsl:text>
<xsl:apply-templates select="*" />
<xsl:text>&#10;&#10;</xsl:text>
<xsl:text>&#10;>&#10;</xsl:text>
</xsl:template>
<xsl:template match="w:p[w:pPr/w:pStyle[@w:val = 'BlockText' or @w:val = 'BoxBody']]">
<xsl:text>&#10;</xsl:text>
<xsl:text>> </xsl:text>
<xsl:apply-templates select="*" />
<xsl:text>&#10;&#10;</xsl:text>