Sha256: a01d2926c341929b5df75d4f0cb32a159a5e6937cd3a32b1bebe8e817a9a8074

Contents?: true

Size: 1.36 KB

Versions: 8

Compression:

Stored size: 1.36 KB

Contents

---
title:    archives/index.html Generic Sample Page
layout:   template-logo-large
---

# <%= current_page.data.title %>

This is a generic sample page, and it’s included in this project just to force
the helpers to have some information to demonstrate. With that, let’s have a
look at the helper output.

* * *

## `<%%= md_links %>` 

This isn't normally meant to be visible; this simply shows you the content that
would be part of your Markdown file when including this helper. You can use
these reference-style tags with Markdown, e.g., `[Home page][index]`.

<%= md_links %>

~~~ erb
<%%= md_links %>
~~~

~~~ markdown
<%= md_links %>
~~~

### Test

 
## `<%%= md_images %>` 

This isn't normally meant to be visible; this simply shows you the content that
would be part of your Markdown file when including this helper. You can use
these reference-style tags with Markdown, e.g., `[Home page][index]`.

<%= md_images %>

~~~ erb
<%%= md_images %>
~~~

~~~ markdown
<%= md_images %>
~~~

### Test

Using [middlemac-extras-small]:

![middlemac-extras-small][middlemac-extras-small]

Using [sub_images-middlemac-extras]:

![sub_images-middlemac-extras][sub_images-middlemac-extras]


## `<%%= css_image_sizes %>` 

~~~ erb
<%%= css_image_sizes %>
~~~

~~~ markdown
<%= css_image_sizes %>
~~~


* * *

# Link to license

See the [license][license].
Go to the [index][index].

* * *

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
middlemac-extras-1.0.11 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.10 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.9 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.8 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.7 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.6 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.5 documentation_project/source/archives/index.html.md.erb
middlemac-extras-1.0.0 documentation_project/source/archives/index.html.md.erb