Skip to content

Commit

Permalink
Merge pull request #50 from yakivmospan/develop
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
yakivmospan authored Sep 9, 2019
2 parents 23e3490 + 14b7f30 commit 5f3db8c
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 17 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Check out sample [HTML](https://github.com/yakivmospan/github-wikito-converter/b
- [Node.js](https://nodejs.org/) or [io.js](https://iojs.org/en/index.html)
- [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (only necessary for pdf output format)

Note: The patched-QT version of `wkhtmltopdf` is required for pdf export. See issue ([#39][i39]) for details.

[i39]: https://github.com/yakivmospan/github-wikito-converter/issues/39

# Installation

## Public version
Expand Down Expand Up @@ -55,6 +59,7 @@ gwtc ./github-wikito-converter.wiki
--logo-img <logo-file> Logo image file
--footer <footer> Wiki footer
--toc <toc-file> Wiki TOC file
--toctitle <toc title> Title of the toc [default: Table of contents] (default: "Table of contents")
--toc-level <level> Table of contents deep level [default: 3]
--highlight-theme <theme> Highlighter theme [default: github]
--css <css-file> Additional CSS file
Expand Down
6 changes: 1 addition & 5 deletions assets/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ span.float-right {
padding-left: 0px;
}

.nav-container .toc:after {
content: "Table of contents";
}

.nav {
margin:0;
}
Expand Down Expand Up @@ -348,7 +344,7 @@ span.float-right {
max-height:25%;
}

.html-doc .nav-container .toc:after {
.html-doc .nav-container .toc {
display: block;
color:#888;
text-transform: uppercase;
Expand Down
3 changes: 2 additions & 1 deletion dist/cli/gwtc.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cli/gwtc.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/html-writer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f3db8c

Please sign in to comment.