mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 17:22:37 -04:00
Added pandoc table styles to specimen
This commit is contained in:
@@ -168,14 +168,6 @@
|
||||
<!-- Block: content -->
|
||||
{% block content %}
|
||||
|
||||
<!-- Edit button, if URL was defined -->
|
||||
{% if config.edit_uri %}
|
||||
<a class="md-button md-button--edit"
|
||||
href="{{ page.edit_url }}">
|
||||
Edit
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<!--
|
||||
This is a nasty hack that checks whether the content contains
|
||||
a h1 headline. If it doesn't, the page title (or respectively
|
||||
@@ -202,6 +194,13 @@
|
||||
Material
|
||||
</a>
|
||||
theme.
|
||||
|
||||
<!-- Edit button, if URL was defined -->
|
||||
{% if config.edit_uri %}
|
||||
<a href="{{ page.edit_url }}">
|
||||
Edit this page
|
||||
</a>
|
||||
{% endif %}
|
||||
</small>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user