lib/softcover/template/chapters/another_chapter.md in softcover-0.6.3 vs lib/softcover/template/chapters/another_chapter.md in softcover-0.6.4
- old
+ new
@@ -1,5 +1,9 @@
# Another chapter
-This is another chapter.[^numbering]
+This is another chapter.[^numbering] It also has a little code fencing, mainly to test an edge case where math syntax appears in a non-math context:
+
+```console
+$ find . \( -name \*.gemspec -or -name \*.jpg \) -type f
+```
[^numbering]: Footnotes are numbered on a per-chapter basis.