@dimm-city/print-md 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chapter-01-6jqwtrr9.md +26 -0
- package/dist/cli.js +14257 -332
- package/dist/manifest-pbq9w13f.yaml +8 -0
- package/dist/{pagedjs-bridge-39th325p.js → pagedjs-bridge-k1a8jxtv.js} +7 -0
- package/dist/pagedjs-interface-er3k3jvc.js +430 -0
- package/dist/preview-shell-663marwv.js +164 -0
- package/package.json +1 -1
- package/dist/pagedjs-interface-9w9r490k.js +0 -175
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Chapter One
|
|
2
|
+
|
|
3
|
+
Welcome to {{TITLE}}. This is your first chapter, and it is ready for you to
|
|
4
|
+
make it your own. Everything you see on this page is just an example — replace it
|
|
5
|
+
with your own writing whenever you are ready.
|
|
6
|
+
|
|
7
|
+
You write in plain text. Start a new paragraph by leaving a blank line, like
|
|
8
|
+
this one. Your words will flow onto the page automatically, and print-md takes
|
|
9
|
+
care of turning them into a finished, print-ready book.
|
|
10
|
+
|
|
11
|
+
## A heading for a new section
|
|
12
|
+
|
|
13
|
+
Use a single `#` at the start of a line for a chapter title, and `##` for the
|
|
14
|
+
sections inside it. Headings help your readers find their way around, and they
|
|
15
|
+
make your book look polished with no extra effort.
|
|
16
|
+
|
|
17
|
+
You can make a word **bold** for emphasis, or *slightly softer* with italics.
|
|
18
|
+
You can also gather related points into a list:
|
|
19
|
+
|
|
20
|
+
- A thought worth remembering
|
|
21
|
+
- Another idea, on its own line
|
|
22
|
+
- And one more to round things out
|
|
23
|
+
|
|
24
|
+
When you are happy with this chapter, add more files alongside it and they will
|
|
25
|
+
become the next chapters of your book. For now, write a few sentences here and
|
|
26
|
+
watch them appear, beautifully laid out, in the preview.
|