Pratik Karki
|
382fc4139b
|
run rustfmt on the repository #398(Updated) (#438)
rustfmt the repository #398
|
2017-10-03 13:40:23 +02:00 |
|
Michal Budzynski
|
b3c9ba4555
|
Correct clippy nits
|
2017-06-27 09:08:58 +02:00 |
|
Ning Sun
|
e890579141
|
(fix) some merge issue
|
2017-06-13 20:53:25 +08:00 |
|
Ning Sun
|
6ee6da074e
|
(refactor) rework helpers based on new handlebars api
Signed-off-by: Ning Sun <sunng@about.me>
|
2017-06-13 20:43:17 +08:00 |
|
Ning Sun
|
2bb274d424
|
Merge branch 'master' of github.com:azerupi/mdBook
|
2017-06-13 20:40:46 +08:00 |
|
Michal Budzynski
|
75bbd55128
|
Changes made with rustfmt including use_try_shorthand
Updated the project rustfmt.toml to include `use_try_shorthand = true`.
Run rustfmt on all rust sources.
|
2017-05-19 13:04:37 +02:00 |
|
Ning Sun
|
d1f9174e7f
|
(feat) adopt new handlebars navigate api
Signed-off-by: Ning Sun <sunng@about.me>
|
2017-05-05 08:41:50 +08:00 |
|
mthh
|
df5472ab5a
|
Should fix sections created with chapter of more than two digits
|
2017-04-07 12:46:28 +02:00 |
|
mthh
|
d768963c30
|
Revert "should fix sections created with chapter of more than two digits"
This reverts commit 8e7ec6e1fd.
|
2017-04-07 10:47:45 +02:00 |
|
mthh
|
8e7ec6e1fd
|
should fix sections created with chapter of more than two digits
|
2017-04-07 02:37:46 +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 |
|
Corey Farwell
|
152ebba762
|
Bump serde, serde_json, and handlebars crates.
|
2017-02-15 23:31:05 -05:00 |
|
Gambhiro
|
f67ae7c71a
|
update dependency versions
|
2016-12-23 08:10:42 +00:00 |
|
Mathieu David
|
67aee5c192
|
Switch from rustc_serialize to serde. Closes #18
|
2016-11-03 01:58:42 +01:00 |
|
Ian Thompson
|
b0e5f375ba
|
Make sure <ul><li> and </li></ul> are balanced
|
2016-07-16 10:23:22 -04:00 |
|
Mathieu David
|
15d6227a11
|
Attempt to fix #119 replace \ with / in paths, so that Windows also uses / as separator (ugly hack)
|
2016-04-25 17:02:47 +02:00 |
|
Mathieu David
|
15d26befcc
|
Refactor: Move extern crate definitions to lib.rs
|
2016-03-27 18:22:17 +02:00 |
|
Mathieu David
|
ad0794a0bd
|
Add a rustfmt config and run rustfmt on the code base
|
2016-03-17 22:31:28 +01:00 |
|
Mathieu David
|
e40b293336
|
Fix #70 render inline code blocks in the sidebar
|
2015-12-30 00:46:55 +01:00 |
|
mdinger
|
b164e0709b
|
Fix many minor warnings found by clippy
|
2015-09-16 22:48:01 -04:00 |
|
Mathieu David
|
a050d9c4ad
|
Big refactoring, now using enum for different book items (Chapter, Affix, Spacer, ...) Closes #9
|
2015-09-11 20:52:55 +02:00 |
|
Mathieu David
|
d03ae79765
|
Added a page containing the whole book for printing purposes, closes #41 + cleaning root path
|
2015-09-05 17:26:32 +02:00 |
|
Mathieu David
|
a0040733e9
|
Fixed rust example in doc + some tweaks for html validation
|
2015-08-06 14:09:55 +02:00 |
|
Mathieu David
|
05ab31d882
|
Fix #34
|
2015-08-06 13:58:27 +02:00 |
|
Mathieu David
|
bca6a7aa13
|
[Clean-up] Reorganize structure in handlebars renderer
|
2015-08-04 15:15:36 +02:00 |
|