1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Added extension pragma

This commit is contained in:
squidfunk 2022-01-16 12:57:06 +01:00
parent 749c19c4bc
commit 2231aabaa7

View File

@ -51,7 +51,9 @@ In order to integrate [Giscus], follow the guide on [theme extension] and
[override the `content` block][overriding blocks], extending the default by
calling the `super()` function at the beginning of the block:
``` html hl_lines="6"
``` html hl_lines="8"
{% extends "base.html" %}
{% block content %}
{{ super() }}