Improve HTML standard support
This commit is contained in:
+1
-1
@@ -38,7 +38,6 @@ exclude:
|
|||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- workspace.code-workspace
|
- workspace.code-workspace
|
||||||
- redirects.json
|
|
||||||
|
|
||||||
# Include Files
|
# Include Files
|
||||||
include:
|
include:
|
||||||
@@ -95,6 +94,7 @@ defaults:
|
|||||||
layout: "default"
|
layout: "default"
|
||||||
author: "Michael Fabian 'Xaymar' Dirks <info@<xaymar.com>"
|
author: "Michael Fabian 'Xaymar' Dirks <info@<xaymar.com>"
|
||||||
page_excerpt: true
|
page_excerpt: true
|
||||||
|
excerpt_separator: <!--more-->
|
||||||
comments: true
|
comments: true
|
||||||
-
|
-
|
||||||
scope:
|
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