highmark-cli 0.0.209 → 0.0.212

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.
Files changed (2) hide show
  1. package/README.md +9 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  Highmark's CLI tool.
4
4
 
5
- This tool enables the creation of HTML from Markdown and Markdown style documents as well as providing a small server to view the HTML in a browser.
6
- It can make use of Highmark's client in order to improve the reading experience, or the HTML can be viewed directly.
5
+ This tool enables the creation of HTML from Markdown and Markdown Style documents as well as providing a small server to view the HTML in a browser.
6
+ It can make use of Highmark's client in order to improve the reading experience, otherwise the HTML can be viewed directly.
7
+
7
8
  If you are not a developer and just want to install the package for immediate use then see the usage section below.
8
9
 
9
10
  ### Contents
@@ -17,13 +18,13 @@ If you are not a developer and just want to install the package for immediate us
17
18
 
18
19
  Highmark is a document preparation system inspired by [Markdown](https://en.wikipedia.org/wiki/Markdown) and [TeX](https://en.wikipedia.org/wiki/TeX).
19
20
  There are several packages in the distribution, of which only the CLI tool is needed by end users.
20
- All the other packages are likely only of interest to prospective developers.
21
+ All of the other packages are likely only of interest to prospective developers.
21
22
 
22
- - [Highmark CLI](https://github.com/djalbat/highmark-cli)
23
- - [Highmark Yapp](https://github.com/djalbat/highmark-yapp)
24
- - [Highmark Fonts](https://github.com/djalbat/highmark-fonts)
25
- - [Highmark Client](https://github.com/djalbat/highmark-clinet)
26
- - [Highmark Markdown](https://github.com/djalbat/highmark-markdown)
23
+ - [Highmark-CLI](https://github.com/djalbat/highmark-cli) Highmark's CLI tool.
24
+ - [Highmark Yapp](https://github.com/djalbat/highmark-yapp) Highmark with Yapp listings.
25
+ - [Highmark Fonts](https://github.com/djalbat/highmark-fonts) Computer Modern fonts for Highmark.
26
+ - [Highmark Client](https://github.com/djalbat/highmark-clieet) Highmark's bundled client for viewing HTML.
27
+ - [Highmark Markdown](https://github.com/djalbat/highmark-markdown) Highmark's Markdown and Markdown Style languages.
27
28
 
28
29
  ## Installation
29
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highmark-cli",
3
3
  "author": "James Smith",
4
- "version": "0.0.209",
4
+ "version": "0.0.212",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/highmark-cli",
7
7
  "description": "Highmark's LIC tool.",