pfwr 0.17.0 → 0.17.2
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/README.md +7 -4
- package/dist/index.js +532 -159
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/nikku/pfwr/actions/workflows/CI.yml)
|
|
4
4
|
|
|
5
|
-
Turns your [Markdown file](https://github.com/nikku/pfwr/blob/main/README.md#example) into [a beautiful HTML slide deck](https://cdn.statically.io/gh/nikku/pfwr/v0.17.
|
|
5
|
+
Turns your [Markdown file](https://github.com/nikku/pfwr/blob/main/README.md#example) into [a beautiful HTML slide deck](https://cdn.statically.io/gh/nikku/pfwr/v0.17.2/example/presentation.html). Batteries included.
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## Introduction
|
|
9
9
|
|
|
10
|
-
[](https://cdn.statically.io/gh/nikku/pfwr/v0.17.
|
|
10
|
+
[](https://cdn.statically.io/gh/nikku/pfwr/v0.17.2/example/presentation.html)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
@@ -28,7 +28,10 @@ pfwr presentation.md presentation.html
|
|
|
28
28
|
## Features
|
|
29
29
|
|
|
30
30
|
* Recognizes [CommonMark](https://commonmark.org/) and [GitHub flavored Markdown](https://github.github.com/gfm/)
|
|
31
|
-
*
|
|
31
|
+
* Produces a self-contained HTML slide deck
|
|
32
|
+
* Responsive
|
|
33
|
+
* Printable
|
|
34
|
+
* Single slide + grid view
|
|
32
35
|
* Embeds HTML, on purpose (cf. [security considerations](#security-considerations))
|
|
33
36
|
* Allows you to configure meta-data via front-matter
|
|
34
37
|
* Watch mode (rebuild on changes)
|
|
@@ -74,7 +77,7 @@ Convert the file to an HTML file:
|
|
|
74
77
|
pfwr presentation.md presentation.html
|
|
75
78
|
```
|
|
76
79
|
|
|
77
|
-
Open [the slide deck](https://cdn.statically.io/gh/nikku/pfwr/v0.17.
|
|
80
|
+
Open [the slide deck](https://cdn.statically.io/gh/nikku/pfwr/v0.17.2/example/presentation.html) in your favorite browser.
|
|
78
81
|
|
|
79
82
|
|
|
80
83
|
## Security Considerations
|