#css_image_sizesString

This helper provides CSS for every image in your project. Each image will have a declaration that sets max-width and max-height to the actual size of the image. Proper @2x image support is included. It’s most useful to use this helper in a some_file.css.erb file.

Returns:

  • (String)

    Returns a string with the CSS markup for every image found in your project.

This helper provides access to middlemac-extras’ index of links in Markdown reference format, enabling you to use reference-style links in documents. Because this helper includes literal Markdown, it’s only useful in Markdown documents. This is only useful when using Middlemac 3.0.0 or newer, which includes support for helpbook style links.

Returns:

  • (String)

    Returns a string with the Markdown index of every page in your project.

#md_imagesString

This helper provides access to middlemac-extras’ index of images in Markdown reference format, enabling you to use reference-style images in documents. Because this helper includes literal Markdown, it’s only useful in Markdown documents.

Returns:

  • (String)

    Returns a string with the Markdown index of every image in your project.

This helper provides access to middlemac-extras’ index of links in Markdown reference format, enabling you to use reference-style links in documents. Because this helper includes literal Markdown, it’s only useful in Markdown documents.

Returns:

  • (String)

    Returns a string with the Markdown index of every page in your project.