lib/softcover/template/chapters/a_chapter.md in softcover-0.7.4 vs lib/softcover/template/chapters/a_chapter.md in softcover-0.7.5
- old
+ new
@@ -1,9 +1,9 @@
# A chapter
\label{cha:a_chapter}
-This is the first paragraph of the Softcover Markdown template. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.rubyforge.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/) (**link not live yet**). To learn how to easily publish (and optionally sell) documents produced with Softcover, visit [Softcover.io](http://softcover.io/). Softcover is currently in private beta; go to [Softcover.io](http://softcover.io/) to get an invitation.
+This is the first paragraph of the Softcover Markdown template. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.rubyforge.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/). Softcover is currently in private beta; go to [Softcover.io](http://softcover.io/) to get an invitation.
This is the *second* paragraph, showing how to emphasize text.[^sample-footnote] You can also make text **bold** or _emphasize a second way_.
## A section
\label{sec:a_section}
@@ -113,10 +113,10 @@
softcover publish # Publish your book on Softcover
softcover publish:screencasts # Publish screencasts
softcover server # Run local server
```
-For additional help on a given command, run `softcover help <command>`:
+\noindent You can run `softcover help <command>` to get additional help on a given command:
```console
$ softcover help build
Usage:
softcover build, build:all