You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
*[Make a table of contents](#make-a-table-of-contents)
6
6
*[How To Install](#how-to-install)
7
7
*[How To Use](#how-to-use)
8
+
*[From The Command Line](#from-the-command-line)
9
+
*[As A Module](#as-a-module)
8
10
*[markdown.json](#markdownjson)
9
11
*[How It Works](#how-it-works)
10
12
@@ -61,10 +63,22 @@ Use the `-g` flag if you wish to install markdown-include globally on your syste
61
63
62
64
# How To Use
63
65
64
-
markdown-include is very easy to use. Just include a `markdown.json` file in your project root with your options and run from the command line to compile your documents like so:
66
+
markdown-include is very easy to use whether on the command line or in your own node project. Each can help you compile your markdown files as you see fit. markdown-include does require that you define a `markdown.json` file with your options for compile. See below for all of the options available to you.
67
+
68
+
## From The Command Line
69
+
70
+
Run from the command line to compile your documents like so:
Copy file name to clipboardExpand all lines: docs/how_to_use.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,21 @@
1
1
# How To Use !heading
2
2
3
-
markdown-include is very easy to use. Just include a `markdown.json` file in your project root with your options and run from the command line to compile your documents like so:
3
+
markdown-include is very easy to use whether on the command line or in your own node project. Each can help you compile your markdown files as you see fit. markdown-include does require that you define a `markdown.json` file with your options for compile. See below for all of the options available to you.
4
+
5
+
## From The Command Line !heading
6
+
7
+
Run from the command line to compile your documents like so:
0 commit comments