projektir
|
73160877b3
|
Creating markdown code from playpen files instead of HTML #345
|
2017-06-21 09:33:41 -04: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 |
|
CrazyMerlyn
|
65d7e86024
|
Remove the extra run button on runnable rust files
The playpen helper now uses a simple pre block instead of a pre block
with class playpen as it led to nested playpens.
|
2017-04-16 18:17:59 +05:30 |
|
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 |
|
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 |
|
Mathieu David
|
5350d62591
|
Update all dependencies to latest version
|
2016-08-01 14:06:08 +02: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
|
2a7463c45b
|
#29 Add a way to escape {{#playpen ... } using a backslash in front: \{{#playpen ... }}
|
2016-01-01 01:40:37 +01:00 |
|
Mathieu David
|
0ac0301d72
|
Continue #29, Rust files can now be loaded with {{#playpen file.rs}}, they will be displayed as other code snippets included with markdown backticks except they have a playpen css class
|
2015-12-31 19:25:02 +01:00 |
|
Mathieu David
|
38b2dee17e
|
Continue #29 Check that the rust file exists and read to string
|
2015-12-31 14:14:56 +01:00 |
|
Mathieu David
|
0cb234de5d
|
Add tests for find_playpens
|
2015-12-31 12:02:25 +01:00 |
|
Mathieu David
|
ee4a7fb35c
|
Start implementing #29 support for embedding playpen, implemented the function that parses the markdown to find playpen links
|
2015-12-30 22:40:23 +01:00 |
|
Mathieu David
|
e40b293336
|
Fix #70 render inline code blocks in the sidebar
|
2015-12-30 00:46:55 +01:00 |
|
Mathieu David
|
4ca6693a48
|
Update handlebars from 0.11.x to 0.12.x
|
2015-12-15 18:58:34 +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
|
10d756eff0
|
Fix #40 where next helper returned a link to the current chapter instead of the next
|
2015-08-12 19:22:53 +02:00 |
|
Mathieu David
|
0932bfd576
|
Big clean-up, reduced the unwrap's to 2 in the library part! Closes #36 The unwraps where replaced with more diverse error messages #14
|
2015-08-11 22:55:51 +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 |
|