ji.zhou
11f86f4511
Correct grammar: remove the redundancy
2019-04-12 22:53:21 +08:00
Steve Klabnik
c068703028
start next development iteration 0.2.4-alpha.0
2019-01-18 10:43:59 -05:00
Steve Klabnik
6cbc41d413
version 0.2.3
2019-01-18 10:39:51 -05:00
Steve Klabnik
25c1ca1275
Merge pull request #866 from rust-lang-nursery/gh828
...
Fixing links in print.html
2019-01-18 09:54:17 -05:00
Steve Klabnik
acbb951240
Merge pull request #865 from sderosiaux/patch-1
...
Fix websocket hostname usage
2019-01-17 15:08:18 -05:00
Steve Klabnik
9e96165d8f
Merge pull request #845 from phansch/update_contributing
...
Update CONTRIBUTING.md (Clippy is on stable now)
2019-01-17 15:07:21 -05:00
Steve Klabnik
5c5ef2f86b
Merge pull request #853 from sshplendid/broken-link
...
Update broken link at the user guide.
2019-01-17 15:06:45 -05:00
Steve Klabnik
23ac06e2eb
Fix a bug in link re-writing
...
In a regex, `.` means `[0-9a-zA-Z]`, not a period character. This means
that this regex worked, unless a link anchor contained `md` inside of
it. This fixes the regex to match a literal period.
Reported by @ehuss in
https://github.com/rust-lang-nursery/mdBook/pull/866#issuecomment-454595806
2019-01-16 15:44:51 -05:00
Steve Klabnik
2ddbb37f49
Fix the bug
2019-01-15 14:10:02 -05:00
Steve Klabnik
a481735fa2
failing test
2019-01-15 14:08:53 -05:00
Stéphane Derosiaux
954cfa86e5
Fix websocket hostname usage
...
The livereload url was using an unknown property "websocket-address" instead of "websocket-hostname", hence it was always fallback onto the hostname (which can be different).
2019-01-09 17:59:45 +01:00
Shawn
b675b91980
Update broken link
...
https://www.rust-lang.org/downloads.html is the outdated link.
2018-12-15 10:09:23 +09:00
Philipp Hansch
eb19d2d654
Update CONTRIBUTING.md (Clippy is on stable now)
2018-12-08 13:48:59 +01:00
Michael Bryan
1052ee92e1
Merge pull request #837 from basbossink/master
...
Random acts of kindness
2018-12-08 15:44:40 +08:00
Bas Bossink
3598e905aa
Make failing_alternate_backend test more platform specific
...
Use the suggestion from @Michael-F-Bryan to make the passing_ and
failing_alternate_backend test more reliable across platforms.
2018-12-05 22:26:53 +01:00
Bas Bossink
3f002979c4
Suppress dead_code warning in test
2018-12-04 00:57:15 +01:00
Bas Bossink
742dbbc917
Run rustfmt.
2018-12-04 00:11:41 +01:00
Bas Bossink
991a725c26
Solve the simplest clippy warnings and run rustfmt
2018-12-04 00:10:09 +01:00
Michael Bryan
005dfc55bf
Merge pull request #829 from kingdido999/patch-1
...
Fix invalid url in renderer documentation
2018-11-22 20:12:19 +08:00
Desmond
8c86031384
Fix invalid url in renderer documentation
2018-11-21 08:59:53 +08:00
Michael Bryan
42b87e0fbc
Merge pull request #804 from Bassetts/default-theme-option
...
Default theme option
2018-10-30 21:18:48 +08:00
Matt Ickstadt
33add4b532
Merge pull request #782 from mattico/document-dest-dir-rel
...
Document dest-dir relative path behavior
2018-10-23 12:16:37 -05:00
Michael Bryan
b0513ee771
Merge pull request #788 from weihanglo/feat/non-ascii-heading-anchor
...
Allow non alphabetic initial in heading anchor
2018-10-23 19:21:44 +08:00
Michael Bryan
b4538da9c3
Merge pull request #802 from Bassetts/git-button
...
Implement a git repository button
2018-10-23 19:16:45 +08:00
Michael Bryan
7ac3e50b37
Merge pull request #809 from hikarinotomadoi/fix-documentation-comments-for-HtmlConfig
...
Improve documentation comments
2018-10-23 19:15:51 +08:00
yoshimura masataka
13a9aab2b2
Improve documentation comments
2018-10-23 10:34:14 +09:00
Jason Liquorish
eccec9bb52
Update documentation for
2018-10-21 13:16:59 +01:00
Michael Bryan
e63f53fe47
(cargo-release) start next development iteration 0.2.3-alpha.0
2018-10-20 14:22:47 +08:00
Michael Bryan
2c20c99d4a
(cargo-release) version 0.2.2
2018-10-20 14:21:21 +08:00
Michael Bryan
c6125b184f
Merge pull request #807 from rust-lang-nursery/update-readme
...
Update the readme to mention plugins
2018-10-20 14:17:57 +08:00
Michael Bryan
dfb6e3cb10
Merge pull request #806 from rust-lang-nursery/serialize-checks
...
Add some round-trip checks for preprocessor input serialization
2018-10-20 14:17:03 +08:00
Michael Bryan
cffc385b0c
Updated the user guide's config section to mention specifying plugin commands
2018-10-20 14:16:07 +08:00
Michael Bryan
e73928f933
Mentioned plugins in the README
2018-10-20 14:01:51 +08:00
Michael Bryan
41071a5dd9
Bumped dependencies
2018-10-20 12:51:45 +08:00
Michael Bryan
f6a7432569
Added a round-trip test to make sure parse_input() is always correct
2018-10-20 12:50:35 +08:00
Michael Bryan
89ea60e7a5
Made __non_exhaustive fields #[serde(skip)]
2018-10-20 11:21:24 +08:00
Jason Liquorish
10b69e60c8
Add documentation and tests
2018-10-15 21:40:59 +01:00
Jason Liquorish
336e08fe50
Update FontAwesome version to 4.7.0
2018-10-15 20:01:36 +01:00
Jason Liquorish
5bfdf9fcc8
Added git-repository-icon option
...
Updated documentation and added tests.
2018-10-15 19:48:54 +01:00
Michael Bryan
29f8b791f1
Merge pull request #792 from rust-lang-nursery/custom-preprocessor
...
WIP: Custom Preprocessors
2018-10-16 00:02:12 +08:00
xyh
877bf37d18
avoid using `cd` in example travis-ci script ( #803 )
2018-10-15 18:52:37 +08:00
Jason Liquorish
d2565af000
Add helper to format theme name for theme changer
2018-10-13 14:44:10 +01:00
Jason Liquorish
599e47f1f1
Initial implementation of a git repository button
2018-10-13 12:17:33 +01:00
Jason Liquorish
0c31ab2953
Initial implementation of default theme option
2018-10-12 19:57:59 +01:00
Michael Bryan
b1c7c54108
Rewrote a large proportion of the Preprocessor docs to be up-to-date
2018-09-25 19:48:20 +08:00
Jan-Erik Rediger
0c926b3e88
Ensure section numbers are correctly incremented after a horizontal separator ( #790 )
...
Fixes #779
2018-09-19 23:33:28 +08:00
mwilbur
e4eddb3f26
Fix broken link to API pages ( #795 )
2018-09-19 23:32:37 +08:00
Michael Bryan
adec78e7f5
Forgot to implement 3rd party preprocessor discovery
2018-09-19 23:16:11 +08:00
Michael Bryan
5cd5e4764c
Fleshed out the api docs
2018-09-16 23:44:52 +08:00
Michael Bryan
132f4fd358
Fixed a bug where the tests use the wrong dummy book
2018-09-16 23:33:58 +08:00