Sha256: a7deb4fcdf55f6d6bcf4f3e288eefb3efd0240df441cb42e37cb0d7b9a588d7d
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
.markdown-hint .markdown-hint-wrapper h3 = t('fae.application.markdown_opts') h4 = t('fae.application.links') p = t('fae.application.links_help') br | Internal Link: [link to about](/about) br | External link: [link to about](http://www.google.com/about) h4 = t('fae.application.formatting') p = t('fae.application.formatting_help') br = t('fae.application.bold') br = t('fae.application.italic') h4 = t('fae.application.headers') p = t('fae.application.headers_help') br = t('fae.apllication.headers_example') br = t('fae.application.subheaders_example') h4 = t('fae.application.list') p = t('fae.application.list_help') br span = t('fae.application.bulleted_list') br == ['* bullet', '* bullet 2'].join('<br />') br span = t('fae.application.numbered_list') == ['1. line item', '2. line item'].join('<br />') h4 = t('fae.application.paragraph_break') p = t('fae.application.paragraph_break_help')
Version data entries
3 entries across 3 versions & 1 rubygems