Improve markdown templates

This commit is contained in:
Sina Atalay
2025-12-23 20:03:33 +03:00
parent 1d9deda101
commit 32d67b0d13
5 changed files with 16 additions and 22 deletions

View File

@@ -1 +1 @@
- {{entry.number}}
1. {{entry.number}}

View File

@@ -1 +1 @@
- {{entry.label}}: {{entry.details}}
{{entry.main_column}}

View File

@@ -1 +1 @@
- {{entry.reversed_number}}
1. {{entry.reversed_number}}

View File

@@ -3170,14 +3170,8 @@
</li>
</ul>
<h1>One Line Entries</h1>
<ul>
<li>
<p>Programming: Python, C++, JavaScript, MATLAB</p>
</li>
<li>
<p>Programming: Python, C++, JavaScript, MATLAB</p>
</li>
</ul>
<p><strong>Programming:</strong> Python, C++, JavaScript, MATLAB</p>
<p><strong>Programming:</strong> Python, C++, JavaScript, MATLAB</p>
<h1>Bullet Entries</h1>
<ul>
<li>
@@ -3188,16 +3182,16 @@
</li>
</ul>
<h1>Numbered Entries</h1>
<ul>
<ol>
<li>
<p>This is a numbered entry.</p>
</li>
<li>
<p>This is a numbered entry.</p>
</li>
</ul>
</ol>
<h1>Reversed Numbered Entries</h1>
<ul>
<ol>
<li>
<p>This is a reversed numbered entry.</p>
</li>
@@ -3207,7 +3201,7 @@
<li>
<p>This is a reversed numbered entry.</p>
</li>
</ul>
</ol>
<h1>A Section &amp; with % Special Characters</h1>
<h2><strong>A Section &amp; with % Special Characters</strong></h2>
</article>

View File

@@ -3865,9 +3865,9 @@ Did *this* and this is a **bold** [link](https://example.com). But I must explai
# One Line Entries
- Programming: Python, C++, JavaScript, MATLAB
**Programming:** Python, C++, JavaScript, MATLAB
- Programming: Python, C++, JavaScript, MATLAB
**Programming:** Python, C++, JavaScript, MATLAB
# Bullet Entries
- This is a bullet entry.
@@ -3875,16 +3875,16 @@ Did *this* and this is a **bold** [link](https://example.com). But I must explai
- This is a bullet entry.
# Numbered Entries
- This is a numbered entry.
1. This is a numbered entry.
- This is a numbered entry.
1. This is a numbered entry.
# Reversed Numbered Entries
- This is a reversed numbered entry.
1. This is a reversed numbered entry.
- This is a reversed numbered entry.
1. This is a reversed numbered entry.
- This is a reversed numbered entry.
1. This is a reversed numbered entry.
# A Section & with % Special Characters
## **A Section & with % Special Characters**