We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7faa6 commit b1e9fd6Copy full SHA for b1e9fd6
_static/css/markdown.css
@@ -10,7 +10,7 @@
10
text-align: center;
11
}
12
13
-h1.head-title {
+.head-title h1 {
14
color: var(--sy-c-link-hover);
15
16
conf.py
@@ -218,6 +218,7 @@
218
myst_enable_extensions = [
219
"amsmath",
220
"attrs_inline",
221
+ "attrs_block",
222
"colon_fence",
223
"deflist",
224
"dollarmath",
index.md
@@ -3,14 +3,12 @@ layout: landing
3
description: Python Perú
4
---
5
6
-````{rst-class} head-title
+{.head-title}
7
# Python Perú
8
9
-```{rst-class} lead
+{.lead}
¡Bienvenidos a la Comunidad Peruana de Python!
-```
-````
````{rst-class} head-button
:::{container} buttons
0 commit comments