documentation_project/source/index.html.md.erb in middlemac-extras-1.0.6 vs documentation_project/source/index.html.md.erb in middlemac-extras-1.0.7

- old
+ new

@@ -1,24 +1,21 @@ --- title: Welcome to <code>middlemac-extras</code> blurb: <em>middlemac-extras</em> adds several developer conveniences. layout: template-logo-large -navigate: false --- <%= md_links %> # <%= current_page.data.title %> Although developed for **Middlemac**, the `middlemac-extras` extension for -Middleman is a great way to add handy developer conveniences to your Middleman -project. +**Middleman** is a great way to add handy developer conveniences to your +**Middleman** project. It serves as a truly “extra” extension that gathers +utilities intended for **MiddleMac** but are generic enough that they can be +used with any **Middleman** project. -It serves as a truly “extra” extension that gathers utilities intended for -**MiddleMac** but are generic enough that they can be used with any Middleman -project. - This extension currently offers features such as these: - CSS-based image sizes - Automatic Markdown reference-style links - Automatic Markdown reference-style images @@ -46,9 +43,13 @@ : The `md_links` helper can help you by providing Markdown reference-style links (including `title` attributes) to every page in your site. [Setting up `config.rb`][config_rb] : Review the key configuration values for making this extension work. + +[API Reference][api_reference] + : Look at the API documentation for the helpers and configuration settings + directly. [Command Line Interface][cli] : This gem offers a simple command line interface for building its own documentation.