Commit Graph

  • 3c10a85735 Add documentation and example for description config Jesse Stricker 2016-02-25 15:01:16 +0100
  • 330b1ad55d Add description config option Jesse Stricker 2016-02-25 14:32:49 +0100
  • 596455f28c Generate simple .gitignore on init vrinek 2016-02-23 14:03:45 +0000
  • f24eb59753 Bump version number, v0.0.9 has been published to Crates.io Mathieu David 2016-02-22 19:03:31 +0100
  • 01c5085725 Add an entry about the favicon in the docs v0.0.9 Mathieu David 2016-02-22 18:01:36 +0100
  • 9f17be2c32 Merge pull request #109 from jessestricker/feature-favicon Mathieu David 2016-02-22 17:28:46 +0100
  • 88fabd76f0 Copy favicon on 'init --theme' Jesse Stricker 2016-02-22 17:20:54 +0100
  • f508db6113 Add favicon support to theme Jesse Stricker 2016-02-22 17:17:07 +0100
  • 1083d1822d Add default favicon.png Jesse Stricker 2016-02-22 16:59:53 +0100
  • fc86b963bb Merge pull request #108 from funkill/styles Mathieu David 2016-02-16 10:30:01 +0100
  • f2b913c9dd add rounding for first and last items in theme selector funkill 2016-02-16 00:44:19 +0300
  • dd0cfc14d4 bump version number to 0.0.9, v0.0.8 has been published to crates.io Mathieu David 2016-02-16 08:57:55 +0100
  • 5891e4b5db Fix bug where theme-popup was under the navigation arrows making it impossible to change the theme v0.0.8 Mathieu David 2016-02-16 08:50:57 +0100
  • 394023f617 Bump version number from 0.0.7 to 0.0.8, version 0.0.7 has been published to Crates.io v0.0.7 Mathieu David 2016-02-15 21:20:07 +0100
  • 39a6fe4b3c Fix wildcard dependency on crossbeam Mathieu David 2016-02-15 21:18:43 +0100
  • 75b98d7019 Merge pull request #106 from funkill/pulldown-mark-update Mathieu David 2016-02-15 21:01:21 +0100
  • 814b21ad94 pulldown-mark version bump funkill 2016-02-15 21:25:46 +0300
  • 7364d41f0c Style tables, different header bg, alternate row color and border Mathieu David 2016-02-05 18:09:35 +0100
  • f6be4a7d7e Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2016-02-03 18:02:23 +0100
  • 0b00c270d5 Fix a style bug caused by the insertion of the theme-popup div inside font awesome icon <i> Mathieu David 2016-02-03 17:55:19 +0100
  • 8d2ca521c0 Merge pull request #100 from yurrriq/patch-1 Mathieu David 2016-01-28 11:58:17 +0100
  • 276cd8d490 Update README.md Eric Bailey 2016-01-28 00:55:25 -0600
  • e958fc8605 update readme Mathieu David 2016-01-13 22:40:30 +0100
  • 7da175bba3 Get book contents and pass to pandoc for epub version. Adam Solove 2016-01-11 21:19:22 -0500
  • 8476a3d03d First experiment with building a new renderer. Adam Solove 2016-01-11 10:08:27 -0500
  • e286b208da Bump version from 0.0.6 to 0.0.7, v0.0.6 has been published to Crates.io Mathieu David 2016-01-03 14:18:36 +0100
  • 3fd1d4606c Fix tests after removing PathExt from utils v0.0.6 Mathieu David 2016-01-03 14:08:17 +0100
  • 78b6148463 Basic formatting for tables + Styling for blockquotes Mathieu David 2016-01-03 13:47:59 +0100
  • 78e1897b47 Remove code that has better equivalent in std Mathieu David 2016-01-03 13:02:04 +0100
  • d000fc8bac Updated pulldown-cmark to version 0.0.5 Mathieu David 2016-01-03 12:02:39 +0100
  • 5170e6b675 Fix #89, bug introduced earlier where all headers are black in all color themes Mathieu David 2016-01-01 10:46:45 +0100
  • a7f329d337 Add href to heading anchors so that the url for the anchor is displayed in the url bar when clicking the header Mathieu David 2016-01-01 02:17:40 +0100
  • bb0c878e06 #29 update doc with an example of runnable rust code Mathieu David 2016-01-01 01:57:21 +0100
  • 2a7463c45b #29 Add a way to escape {{#playpen ... } using a backslash in front: \{{#playpen ... }} Mathieu David 2016-01-01 01:40:37 +0100
  • db7424e947 Continue #29, playpens are now runnable Mathieu David 2016-01-01 00:32:12 +0100
  • 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 Mathieu David 2015-12-31 19:25:02 +0100
  • 38b2dee17e Continue #29 Check that the rust file exists and read to string Mathieu David 2015-12-31 14:04:11 +0100
  • 0cb234de5d Add tests for find_playpens Mathieu David 2015-12-31 12:00:09 +0100
  • ee4a7fb35c Start implementing #29 support for embedding playpen, implemented the function that parses the markdown to find playpen links Mathieu David 2015-12-30 22:40:23 +0100
  • 9c5c8a6804 Bump version to 0.0.6, v0.0.5 has been published to Crates.io Mathieu David 2015-12-30 17:26:04 +0100
  • ae6334f358 Fix bug where we would not check if there was actually a page to navigate to when using arrow keys v0.0.5 Mathieu David 2015-12-30 17:19:43 +0100
  • 98cd2f0c27 Version bump to 0.0.5, v0.0.4 has been published to crates.io Mathieu David 2015-12-30 17:05:09 +0100
  • 600eb02fee Fix bug introduced earlier, where navigation arrows would become blue when visited + make the tooltip on nvigation arrows a little clearer v0.0.4 Mathieu David 2015-12-30 16:48:46 +0100
  • 41462e8b2d Merge pull request #87 from funkill/keys_navigation Mathieu David 2015-12-30 16:37:09 +0100
  • 43eef7637a add navigation by arrows Istratov D. S 2015-12-30 18:30:08 +0300
  • dc8f6cd5e9 Add contributors to the doc + set visisted links to the same color as normal links Mathieu David 2015-12-30 15:59:18 +0100
  • 5b9d8ee6ac Fix #83, spacing is reduced between two consecutive headings Mathieu David 2015-12-30 15:41:49 +0100
  • 8a4d744dc1 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-12-30 15:04:43 +0100
  • 4f583dfea9 Update documentation, Closes #80 Mathieu David 2015-12-30 15:04:24 +0100
  • 678a0906db Merge pull request #86 from azerupi/revert-85-keys_navigation Mathieu David 2015-12-30 14:39:21 +0100
  • f47d420811 Revert "Add navigation by keyboard using alt + left/right arrows" Mathieu David 2015-12-30 14:38:00 +0100
  • 5ffee8144b Merge pull request #85 from funkill/keys_navigation Mathieu David 2015-12-30 14:32:54 +0100
  • e9e8b4239e add navigation by keyboard using alt + left/right arrows Istratov D. S 2015-12-30 16:09:48 +0300
  • 0001ab163d Merge b035d2a5e0 into 0a0a96808d Pascal Hertleif 2015-12-30 12:17:17 +0000
  • b035d2a5e0 Recompile book.css Pascal Hertleif 2015-12-30 13:09:11 +0100
  • 1d3f526273 Switch from Stylus to SASS, Add sass-rs to build Pascal Hertleif 2015-12-30 12:59:19 +0100
  • c0a935c4ff Fix Cargo.toml Pascal Hertleif 2015-12-30 12:58:47 +0100
  • 0a0a96808d Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-12-30 00:51:05 +0100
  • 2d00f40a24 Tweak css for inline code blocks in sidebar Mathieu David 2015-12-30 00:50:22 +0100
  • e40b293336 Fix #70 render inline code blocks in the sidebar Mathieu David 2015-12-30 00:46:55 +0100
  • 6c94ba8a88 Merge pull request #82 from steveklabnik/docs Mathieu David 2015-12-30 00:12:21 +0100
  • eed440ef5a fix mdbook test for the book Steve Klabnik 2015-12-29 17:59:08 -0500
  • e8436d2fd2 Add some documentation for mdbook test Steve Klabnik 2015-12-29 17:58:56 -0500
  • b40688c880 Merge branch 'master' into watch-command Mathieu David 2015-12-29 13:40:13 +0100
  • 71213f40da Add expand/collapse button to show and hide the hidden code lines Mathieu David 2015-12-29 13:08:25 +0100
  • 0620ef1f47 Hides rust code lines prepended with # Mathieu David 2015-12-29 12:26:32 +0100
  • d6d0979ecf The code on the lines prepended with a # are hidden, the space of the line remains because of the '\n' in <pre> tag Mathieu David 2015-12-28 23:52:05 +0100
  • 159b300067 Merge branch 'master' into hide-rust-js Mathieu David 2015-12-28 16:40:56 +0100
  • 0dd6a17187 Fix some small things in javascript Mathieu David 2015-12-28 16:39:14 +0100
  • f9b6e09c26 Merge pull request #79 from asolove/72-auto-anchor Mathieu David 2015-12-28 16:29:55 +0100
  • 4dfa15cffa Update .styl file. Ran the compile and it results in exactly what I did by hand, d'oh. asolove 2015-12-27 21:13:31 -0700
  • 7762475b33 Merge pull request #78 from asolove/76-newlines-in-index Mathieu David 2015-12-27 23:56:56 +0100
  • 0ab8a73ba2 Add anchors around all headers in the content. asolove 2015-12-27 15:17:59 -0700
  • 5b289c1303 Fix 0ffd638 with smarter way to join with linebreaks. asolove 2015-12-27 14:24:42 -0700
  • 0ffd638904 Add newlines back in to generated index.html files. asolove 2015-12-27 14:10:13 -0700
  • 50504282fb Merge pull request #77 from asolove/scroll-sidebar-to-active-section Mathieu David 2015-12-27 10:50:04 +0100
  • 1de00f9cd7 On page load, scroll sidebar to active section. asolove 2015-12-26 20:45:50 -0700
  • a2b25232d3 Merge pull request #75 from mdinger/non_pre Mathieu David 2015-12-23 00:50:58 +0100
  • b1265862c7 Generalize inline code to all themes mdinger 2015-12-22 16:30:05 -0500
  • f1cd9f54c2 Fixes rust-lang/book#29 where the navigation arrow for next chapter was displayed on top of the scroll bar making it unusable Mathieu David 2015-12-17 17:34:24 +0100
  • 95d82a924f Merge pull request #71 from steveklabnik/mdbook_test Mathieu David 2015-12-15 22:00:36 +0100
  • 6bcc592ed9 Implement 'mdbook test' Steve Klabnik 2015-12-15 13:55:23 -0500
  • 4ca6693a48 Update handlebars from 0.11.x to 0.12.x Mathieu David 2015-12-15 18:58:34 +0100
  • d376b0663a Bumped version to 0.0.4 (after publishing 0.0.3 to crates.io) + updated README to use cargo install for the installation Mathieu David 2015-12-11 22:17:05 +0100
  • 04c7020168 Merge pull request #65 from kbknapp/cargo-install v0.0.3 Mathieu David 2015-11-22 20:36:43 +0100
  • 274c22c702 adds version for deps to make cargo installable Kevin K 2015-11-20 08:41:16 -0500
  • 22b6448381 Merge branch 'master' into watch-command Mathieu David 2015-11-10 16:33:25 +0100
  • 6dcb411f6a Bumped version that was still set to 0.0.1 + added a bigger top margin for h2 and h3 elements Mathieu David 2015-11-10 16:26:39 +0100
  • cdbb2ee5fd Watch builds are now spawned in new threads (using crossbeam) and there is a timelock, preventing multiple builds being triggered in less than a second Mathieu David 2015-11-09 14:31:00 +0100
  • aae23f46aa Include Cargo.lock in versioning Mathieu David 2015-10-10 13:35:32 +0200
  • 522eef9296 first implementation of the watch sub-command. #61 Needs refining, bug in notify made me use recursion, afraid of hitting the max recursion limit... Mathieu David 2015-09-27 14:38:37 +0200
  • c1c1074292 Fix back-button cache problem? #59 v0.0.2 Mathieu David 2015-09-24 22:32:41 +0200
  • c5fa1854c3 update docs Mathieu David 2015-09-24 22:19:14 +0200
  • 259ecfb178 Update readme Mathieu David 2015-09-24 21:04:01 +0200
  • 9a43f9ff8c Fix typo in the css classes Mathieu David 2015-09-24 20:56:16 +0200
  • 6c240090ae Fix #47 sidebar stays hidden even after page change Mathieu David 2015-09-24 16:47:33 +0200
  • 7446743cd6 Merge branch 'css-to-stylus' Mathieu David 2015-09-24 15:54:48 +0200
  • a177a9e10d Only regenerate css when feature regenerate-css is enabled Mathieu David 2015-09-24 15:37:20 +0200
  • 2b905aa5aa Fix missing spaces in example book Mathieu David 2015-09-24 13:47:14 +0200
  • efc0f40466 Fix low contrast in mobile nav buttons #57 Mathieu David 2015-09-24 00:18:13 +0200