Sha256: a49f7453595f178c2deb197f6030d7a933698f75eeaef6eb60b487458727d167

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 KB

Contents

.markdown-hint
  .markdown-hint-wrapper
    h3 Markdown Options

    h4 Links
    p
      | To link text, place a [bracket] around the link title and use a (/url) to house the url.
      br
      | Internal Link: [link to about](/about)
      br
      | External link: [link to about](http://www.google.com/about)

    h4 Formatting
    p
      | Emphasize text in a variety of ways by placing **asterisks** to bold, _underscores_ to italicize.
      br
      | Bold **bold**
      br
      | Italicize _italic

    h4 Headers
    p
      | Use up to six hashtags to identify the importance of the section header.
      br
      | Page Header: # Page Header
      br
      | Sub Header: ## Sub Header

    h4 List
    p
      | Format lists by swapping out the characters that lead the list item.
      br
      span Bulleted List:
      br
      == ['* bullet', '* bullet 2'].join('<br />')
      br
      span Numbered List
      == ['1. line item', '2. line item'].join('<br />')

    h4 Paragraph break
    p Adding a blank line in between your paragraphs makes a paragraph break.

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
fae-railsz-2.1.0 app/views/fae/application/_markdown_helper.slim
fae-rails-2.0.0 app/views/fae/application/_markdown_helper.slim
fae-rails-1.7.1 app/views/fae/application/_markdown_helper.slim
fae-rails-1.7.0 app/views/fae/application/_markdown_helper.slim
fae-rails-1.6.0 app/views/fae/application/_markdown_helper.slim
fae-rails-1.5.1 app/views/fae/application/_markdown_helper.slim
fae-rails-1.5.0 app/views/fae/application/_markdown_helper.slim
fae-rails-1.4.1 app/views/fae/application/_markdown_helper.slim
fae-rails-1.4.0 app/views/fae/application/_markdown_helper.slim
fae-rails-1.3.1 app/views/fae/application/_markdown_helper.slim
fae-rails-1.3.0 app/views/fae/application/_markdown_helper.slim