From 1aa85ca327e79c00f1cba6367474cf8426c4acb7 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Thu, 11 Apr 2019 14:58:29 -0300 Subject: [PATCH] Add HTML help to footnotes box. --- js/plugins/reference_footnotes/dialogs/footnotes.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/plugins/reference_footnotes/dialogs/footnotes.js b/js/plugins/reference_footnotes/dialogs/footnotes.js index a45674d..b6c3c0c 100644 --- a/js/plugins/reference_footnotes/dialogs/footnotes.js +++ b/js/plugins/reference_footnotes/dialogs/footnotes.js @@ -34,6 +34,11 @@ } } }, + { + id: 'html-help', + type: 'html', + html: 'HTML tags can be used, e.g., <strong>, <em>, <a href="...">', + }, { id: 'page', type: 'text',