Skip to content

Commit

Permalink
issue rtomayko#135 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Announcement committed Jun 25, 2016
1 parent 3855dcd commit e1283e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ can_execjs = (RUBY_VERSION >= '1.9.3')

group :primary do
gem 'builder'
gem 'haml', '>= 2.2.11', '< 4'
gem 'haml'
gem 'erubis'
gem 'markaby'
gem 'sass'
Expand Down
11 changes: 11 additions & 0 deletions docs/TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,17 @@ To wrap a Markdown formatted document with a layout:
Every implementation of Markdown *should* support these options, but there are
some known problems with the Kramdown and Maruku engines.

#### Kramdown

- Doesn't support escaping
- Smarty Pants is *always* on, but doesn't support it fully

### Maruku

- Doesn't support escaping
- Doesn't support Smarty Pants, and even fails on ``Foobar''
- Smart Quotes is always on

#### `:smartypants => true|false`

Set `true` to enable [Smarty Pants][smartypants] style punctuation replacement.
Expand Down

0 comments on commit e1283e2

Please sign in to comment.