Make RunInHead consistent-ish

This commit is contained in:
Carol (Nichols || Goulding) 2022-09-13 11:17:31 -04:00 committed by Carol (Nichols || Goulding)
parent 10a359522a
commit 3bb78e3834
2 changed files with 7 additions and 6 deletions

View File

@ -43,10 +43,11 @@ organization, including which details are exposed, which details are private,
and what names are in each scope in your programs. These features, sometimes
collectively referred to as the *module system*, include:
* Packages - A Cargo feature that lets you build, test, and share crates
* Crates- A tree of modules that produces a library or executable
* Modules and use- Let you control the organization, scope, and privacy of paths
* Paths - A way of naming an item, such as a struct, function, or module
* **Packages **: A Cargo feature that lets you build, test, and share crates
* **Crates**: A tree of modules that produces a library or executable
* **Modules and use**: Let you control the organization, scope, and privacy of
paths
* **Paths **: A way of naming an item, such as a struct, function, or module
In this chapter, well cover all these features, discuss how they interact, and
explain how to use them to manage scope. By the end, you should have a solid

View File

@ -247,9 +247,9 @@
<xsl:template match="w:r[w:rPr/w:rStyle/@w:val = 'NoteHead']" />
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'RunInHead']">
<xsl:text>* </xsl:text>
<xsl:text>* **</xsl:text>
<xsl:apply-templates select="*" />
<xsl:text>- </xsl:text>
<xsl:text>**: </xsl:text>
</xsl:template>
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'RunInPara']">