|
1 | 1 | --- |
2 | | -title: Demo |
3 | 2 | date: 2025-08-22 |
4 | | -summary: test para highlight code block |
5 | | -tags: highlight |
| 3 | +title: Post test |
| 4 | +summary: Test para un post |
| 5 | +author: Autor Prueba |
| 6 | +image: img/otros/default.jpg |
| 7 | +tags: uno, dos, tres, cuatro, cinco |
6 | 8 | --- |
7 | 9 |
|
8 | | -*italic* text |
9 | | -Install the tools: |
| 10 | +Texto *italic* |
10 | 11 |
|
11 | 12 |
|
12 | | - * hola |
13 | | - |
14 | | - :::bash |
15 | | - # comentario |
16 | | - pip install powrap pospell poedit |
17 | | - |
18 | | -* hola |
| 13 | + * elemento y codigo ejemplo |
| 14 | + * elemento y codigo ejemplo |
19 | 15 |
|
20 | 16 | ```bash |
21 | 17 | # comentario |
22 | 18 | pip install powrap pospell poedit |
23 | 19 | ``` |
24 | 20 |
|
25 | | -hola a todos |
26 | | -esto es un parrafosd |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | -```python |
32 | | -def greet(name): |
33 | | - print("Hello", name) |
34 | | -``` |
35 | | - |
36 | | - * hola |
| 21 | +texto parrafo test |
37 | 22 |
|
38 | | - :::bash |
39 | | - # Pasos para crear un entorno en Unix (macOS/Linux) o Windows |
40 | | - python -m venv env |
41 | | - source env/bin/activate # Para Unix |
42 | | - env\Scripts\activate # Para Windows |
43 | | - pip install powrap pospell poedit |
44 | | - |
45 | | - |
46 | | - * instalar las herramientas de manera global en el sistema |
47 | | - |
48 | | - :::bash |
49 | | - # Pasos para crear un entorno en Unix (macOS/Linux) o Windows |
50 | | - python -m venv env |
51 | | - source env/bin/activate # Para Unix |
52 | | - env\Scripts\activate # Para Windows |
53 | | - pip install powrap pospell poedit |
54 | | - |
55 | | -Así funciona con un indentado con asterisco |
56 | | - |
57 | | - * Crear un entorno virtual (solo una vez) dentro del repositorio para no |
58 | | - instalar las herramientas de manera global en el sistema |
59 | | - |
60 | | - :::bash |
61 | | - # Pasos para crear un entorno en Unix (macOS/Linux) o Windows |
62 | | - python -m venv env |
63 | | - source env/bin/activate # Para Unix |
64 | | - env\Scripts\activate # Para Windows |
65 | | - pip install powrap pospell poedit |
| 23 | +```bash |
| 24 | +# Pasos para crear un entorno en Unix (macOS/Linux) o Windows |
| 25 | +python -m venv env |
| 26 | +source env/bin/activate # Para Unix |
| 27 | +env\Scripts\activate # Para Windows |
| 28 | +pip install powrap pospell poedit |
| 29 | +``` |
0 commit comments