|
7 | 7 |
|
8 | 8 | A **git based** _wiki engine_ written for **node.js**, with a decent design, a search capability and a good typography. |
9 | 9 |
|
10 | | - |
| 10 | + |
11 | 11 |
|
12 | 12 | <!-- toc --> |
13 | 13 |
|
@@ -37,7 +37,7 @@ Think of jingo as "the github wiki, without github but with more features". "Jin |
37 | 37 |
|
38 | 38 | There is a demo server running at http://jingo.cica.li:6067/wiki/home |
39 | 39 |
|
40 | | - |
| 40 | + |
41 | 41 |
|
42 | 42 | Features |
43 | 43 | -------- |
@@ -67,7 +67,7 @@ Features |
67 | 67 |
|
68 | 68 | For code syntax highlighting, Jingo uses the `node-syntaxhighlighter` module. For the list of supported languages, please refer to [this page](https://github.com/thlorenz/node-syntaxhighlighter/tree/master/lib/scripts). |
69 | 69 |
|
70 | | - |
| 70 | + |
71 | 71 |
|
72 | 72 | Installation |
73 | 73 | ------------ |
@@ -104,7 +104,7 @@ If your documents reside in subdirectory of your repository, you need to specify |
104 | 104 |
|
105 | 105 | If you want your wiki server to only listen to your `localhost`, set the configuration key `localOnly` to true. |
106 | 106 |
|
107 | | - |
| 107 | + |
108 | 108 |
|
109 | 109 | Authentication and Authorization |
110 | 110 | -------------------------------- |
|
0 commit comments