lib/softcover/template/chapters/a_chapter.md in softcover-1.0.3 vs lib/softcover/template/chapters/a_chapter.md in softcover-1.0.4

- old
+ new

@@ -1,9 +1,9 @@ # The first chapter \label{cha:a_chapter} -This is the first paragraph of the Softcover Markdown template produced with the \softcover\ command-line interface. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.gettalong.org/) converter and some custom extensions, including support for embedded \PolyTeX, a subset of the powerful \LaTeX\ typesetting system. For more information, see [*The Softcover Book*](http://manual.softcover.io/book). To learn how to easily publish (and optionally sell) documents produced with Softcover, visit [Softcover.io](http://softcover.io/). +This is the first paragraph of the Softcover Markdown template produced with the \softcover\ command-line interface. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.gettalong.org/) converter and some custom extensions, including support for embedded \PolyTeX, a subset of the powerful \LaTeX\ typesetting system.[^pronunciation] For more information, see [*The Softcover Book*](http://manual.softcover.io/book). To learn how to easily publish (and optionally sell) documents produced with Softcover, visit [Softcover.io](http://softcover.io/). This is the *second* paragraph, showing how to emphasize text.[^sample-footnote] You can also make text **bold** or _emphasize a second way_. Via embedded \PolyTeX, Softcover also supports colored text, such as \coloredtext{red}{red}, \coloredtext{CornflowerBlue}{cornflower blue}, and \coloredtexthtml{E8AB3A}{arbitrary HTML colors}. ## A section \label{sec:a_section} @@ -71,16 +71,16 @@ This is the second section. Softcover supports the inclusion of images, like this: -![Some dude.](images/2011_michael_hartl.png) +![Some dude.](images/01_michael_hartl_headshot.jpg) Using \LaTeX\ labels, you can also include a caption (as in Figure~\ref{fig:captioned_image}) or just a figure number (as in Figure~\ref{fig:figure_number}). -![Some dude.\label{fig:captioned_image}](images/2011_michael_hartl.png) +![Some dude.\label{fig:captioned_image}](images/01_michael_hartl_headshot.jpg) -![\label{fig:figure_number}](images/2011_michael_hartl.png) +![\label{fig:figure_number}](images/01_michael_hartl_headshot.jpg) ### Tables Softcover supports raw tables via a simple table syntax: