1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
Commit Graph

328 Commits

Author SHA1 Message Date
Elisabeth Henry
55e9458256 tests/html.rs: fixed to new interface 2016-02-24 15:05:46 +01:00
Elisabeth Henry
7ace55d73a updated README and BUGS 2016-02-23 23:51:21 +01:00
Elisabeth Henry
c127ce615a updated documentation to reflect previous commit 2016-02-23 23:45:35 +01:00
Elisabeth Henry
7653d2e767 book option numbering is now an i32 instead of a false, 2016-02-23 23:40:41 +01:00
Elisabeth Henry
38db23b8ae set numbering to true by default 2016-02-23 23:29:39 +01:00
Elisabeth Henry
8cbab5ecc7 updated boo_example/arguments.md 2016-02-23 23:20:21 +01:00
Elisabeth Henry
758a8c047f --create no longers needs BOOK, it can print to stdout 2016-02-23 23:12:36 +01:00
Elisabeth Henry
f0e24d42b0 cleaned config.book 2016-02-23 22:50:37 +01:00
Elisabeth Henry
e6c029b03b fixed typo in changelog 2016-02-23 22:46:45 +01:00
Elisabeth Henry
33da1f45a5 latex rendering now handles headers up to level 6 2016-02-23 22:41:47 +01:00
Elisabeth Henry
d081767a83 added a test md file (and book) in tests directory 2016-02-23 22:41:22 +01:00
Elisabeth Henry
a728f466e6 fixed a bug in latex escaping 2016-02-23 22:40:23 +01:00
Elisabeth Henry
e5440be5ab print USAGE when no args are provided 2016-02-23 22:13:42 +01:00
Elisabeth Henry
b701509fb9 updated .travis.yml and appveyor.ml to build a little less configurations 2016-02-23 22:13:03 +01:00
Elisabeth Henry
9f192ba0ab corrected appeveyor.yml (replacing default settings is hard) 2016-02-23 19:27:08 +01:00
Elisabeth Henry
c4267575a2 added back the test of the executable in ci/script.sh 2016-02-23 15:18:25 +01:00
Elisabeth Henry
fea54be112 tries to oreride clap tendency to exit with 1 2016-02-23 15:16:07 +01:00
Elisabeth Henry
0afc004ede fixed ci/script.sh 2016-02-23 15:08:10 +01:00
Elisabeth Henry
df95e8bf55 copied ci files from rust_everywhere 2016-02-23 14:57:10 +01:00
Elisabeth Henry
ae98dd6661 added a test_helper::test_eq function for tests, in order to make errors more readable 2016-02-23 14:23:56 +01:00
Elisabeth Henry
2806efb39e html: correctly turs off numbering 2016-02-23 13:52:41 +01:00
Elisabeth Henry
41d06c1749 updated changelog 2016-02-23 06:02:37 +01:00
Elisabeth Henry
c7bcc9feec now supports numbering beside level 1 headers 2016-02-23 06:01:33 +01:00
Elisabeth Henry
70f801706d updated changelog 2016-02-23 05:07:04 +01:00
Elisabeth Henry
47cb2d1c8a Book now can describe its options 2016-02-23 05:04:50 +01:00
Elisabeth Henry
595d7eda15 modified stylesheet 2016-02-23 05:03:37 +01:00
Elisabeth Henry
f4d9a612bd html: fixed escaping bug introduced while I was trying to fix previous escaping bug... 2016-02-23 05:02:41 +01:00
Elisabeth Henry
dd92b6458f updated .travis.yml to try to push to coverall.io 2016-02-23 04:36:38 +01:00
Elisabeth Henry
2ad88efe65 fixed escaping/cleaning bugs (god those tests actually served) 2016-02-23 04:25:00 +01:00
Elisabeth Henry
50cc073b21 added support for end notes 2016-02-23 02:20:11 +01:00
Elisabeth Henry
b537edfa62 fixed tests/html.rs 2016-02-22 23:52:46 +01:00
Elisabeth Henry
aeb28cf12e updated Bugs 2016-02-22 23:23:36 +01:00
Elisabeth Henry
eaed281e99 updated changelog 2016-02-22 23:23:04 +01:00
Elisabeth Henry
6218ca91cf refactored Book to use a map instead of 42 fields 2016-02-22 23:21:51 +01:00
Elisabeth Henry
ce3c47e447 Added BookOption enum 2016-02-22 21:18:24 +01:00
Elisabeth Henry
6b14cb5f05 EpubRender reuses some field of HtmlRenderer 2016-02-22 21:01:56 +01:00
Elisabeth Henry
67773eb07c updated changelog 2016-02-22 20:06:14 +01:00
Elisabeth Henry
3eaf363327 footnotes are now rendered (but as sidenotes) in HTML 2016-02-22 20:04:52 +01:00
Elisabeth Henry
aae17e9a09 added tests for parser for footnotes and tables 2016-02-22 19:03:58 +01:00
Elisabeth Henry
f5bf5cfd02 updated changelog 2016-02-22 18:54:49 +01:00
Elisabeth Henry
4a0c27b418 better parser errors 2016-02-22 18:52:06 +01:00
Elisabeth Henry
e6e3c04186 Footnotes now implemented in the AST and LaTeX output 2016-02-22 18:46:12 +01:00
Elisabeth Henry
51bd591279 worked on stylesheet for tables 2016-02-22 17:42:12 +01:00
Elisabeth Henry
411a7066de table support for HTML/Latex 2016-02-22 17:22:36 +01:00
Elisabeth Henry
0391153865 cleaner no longer used in parser but in the various renderers 2016-02-22 16:20:47 +01:00
Elisabeth Henry
e6c1e03b12 added options to pulldown-cmark to enable footnotes and tables 2016-02-22 16:03:23 +01:00
Elisabeth Henry
8c3ca930b0 updated documentation 2016-02-22 04:51:27 +01:00
Elisabeth Henry
de9a178214 binary: --create now can use keys/values set by --set 2016-02-22 04:42:54 +01:00
Elisabeth Henry
aa156a349f allow --set to include a list of key value pairs, not just one 2016-02-22 04:20:28 +01:00
Elisabeth Henry
ec00827729 updated arguments.md 2016-02-22 03:26:39 +01:00