From 8dc46885e193afa2b16aa075444a5eb15ae4c7d6 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Tue, 14 Feb 2017 11:22:13 -0800 Subject: [PATCH] Use ready function from the default layouts You don't actually need to include the document ready function in the page. The commit updates the document ready function in the default template to specify the features discussed in the prose and deletes the one that is embedded in the page itself. --- _layouts/default.html | 7 ++++--- pages/mydoc/mydoc_tables.md | 14 -------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index f786514..07402da 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,9 +43,10 @@ -{% endunless %} - ## Multimarkdown Tables You can use Multimarkdown syntax for tables. The following shows a sample: