Corey Farwell
|
4f4120b5a4
|
Fix incorrect conditional.
I accidentally introduced this in 4525810737 .
|
2017-04-27 09:16:19 -04:00 |
Corey Farwell
|
4525810737
|
Rewrite an emptiness check.
|
2017-04-17 21:58:34 -04:00 |
Corey Farwell
|
5d72d966ad
|
Wrap long line.
|
2017-04-17 21:56:01 -04:00 |
Corey Farwell
|
15dcca87d8
|
Refactor to prevent excessive indentation.
|
2017-04-17 21:55:32 -04:00 |
Corey Farwell
|
c6e81337fb
|
Implement new 'no-create' build flag.
Fixes https://github.com/azerupi/mdBook/issues/253.
|
2017-04-17 21:53:27 -04:00 |
Tshepang Lekhonkhobe
|
793a88260c
|
move misplaced example
|
2017-03-30 14:09:14 +02:00 |
Corey Farwell
|
95fd292b4f
|
Address warnings found by rust-clippy.
https://github.com/Manishearth/rust-clippy
|
2017-02-16 16:55:28 -05:00 |
Matt Brubeck
|
f2b87f7944
|
Factor common io error handling out of renderer
|
2016-12-31 23:12:38 -08:00 |
Gambhiro
|
791487bc84
|
parse either book.toml or book.json
|
2016-12-23 08:15:32 +00:00 |
Gambhiro
|
85d8e2ebd3
|
use theme_path key in book.json when given
|
2016-12-07 14:22:32 +00:00 |
Gambhiro
|
db11ff27f4
|
use warn
|
2016-08-14 14:40:08 +01:00 |
Gambhiro
|
b584f6eb9c
|
use macros from the log crate, issue #151
|
2016-08-14 13:34:02 +01:00 |
Boris-Chengbiao Zhou
|
9b1e224680
|
Fix no-default-features build
|
2016-05-08 21:51:34 +02:00 |
Mathieu David
|
e34bef0e53
|
(Refactor) Move mdbook.rs to mod.rs
|
2016-04-26 23:04:27 +02:00 |
Mathieu David
|
4203b5b1c4
|
added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done
|
2015-07-28 21:01:13 +02:00 |
Mathieu David
|
4d4f35ecba
|
First big step for the html renderer, it reads an handlebars template and creates the files from SUMMARY.md respecting the source folder structure
|
2015-07-19 00:08:38 +02:00 |
Mathieu David
|
7fa5b06ccb
|
Rudimentary: Parse SUMMARY.md, support for nested levels. Only list items: "- [name](path)" or "* [name](path)" #2
|
2015-07-18 00:04:20 +02:00 |
Mathieu David
|
4fe0bc2de5
|
renamed directory + created BookItem
|
2015-07-16 19:26:16 +02:00 |