Improve HTML standard support
This commit is contained in:
+1
-1
@@ -38,7 +38,6 @@ exclude:
|
||||
- Gemfile.lock
|
||||
- node_modules/
|
||||
- workspace.code-workspace
|
||||
- redirects.json
|
||||
|
||||
# Include Files
|
||||
include:
|
||||
@@ -95,6 +94,7 @@ defaults:
|
||||
layout: "default"
|
||||
author: "Michael Fabian 'Xaymar' Dirks <info@<xaymar.com>"
|
||||
page_excerpt: true
|
||||
excerpt_separator: <!--more-->
|
||||
comments: true
|
||||
-
|
||||
scope:
|
||||
|
||||
@@ -1 +1 @@
|
||||
<div class="block block-table {% if include.float == "clear" %}float-clear{% elsif include.float %}float float-{{ include.float }}{% endif %} {% if include.align %}align-{{ include.align }}{% endif %} {% if include.class %}{{ include.class }}{% endif %}" style="{% if include.width %}width: {{ include.width }};{% endif %}""><table>{{ include.content }}</table>{% if include.caption %}<figcaption>{{ include.caption }}</figcaption>{% endif %}</div>
|
||||
<figure class="block block-table {% if include.float == "clear" %}float-clear{% elsif include.float %}float float-{{ include.float }}{% endif %} {% if include.align %}align-{{ include.align }}{% endif %} {% if include.class %}{{ include.class }}{% endif %}" style="{% if include.width %}width: {{ include.width }};{% endif %}""><table>{{ include.content }}</table>{% if include.caption %}<figcaption>{{ include.caption }}</figcaption>{% endif %}</figure>
|
||||
|
||||
Reference in New Issue
Block a user