From 0b2eb177445a3a62c7e1068453efb73d533cb4f5 Mon Sep 17 00:00:00 2001 From: Christian Sterzl Date: Thu, 19 Dec 2013 18:03:27 +0100 Subject: [PATCH] Add button for small - see #19 --- src/templates/emphasis.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/templates/emphasis.hbs b/src/templates/emphasis.hbs index 4bd7377..0821586 100644 --- a/src/templates/emphasis.hbs +++ b/src/templates/emphasis.hbs @@ -3,5 +3,8 @@ {{locale.emphasis.bold}} {{locale.emphasis.italic}} {{locale.emphasis.underline}} + {{#if options.emSmall}} + {{locale.emphasis.small}} + {{/if}}