Make dialog buttons a <div> instead of <p>, render Markdown in blog and post descriptions

This commit is contained in:
daudix
2024-06-15 02:58:51 +03:00
parent 18485c90c6
commit 7cfc1a9cd6
5 changed files with 11 additions and 11 deletions

View File

@ -318,10 +318,10 @@ You know what? I'm gonna say some <mark>very important</mark> stuff, so <mark>im
## Buttons
```html.j2
<p class="dialog-buttons">
<div class="dialog-buttons">
<a class="inline-button" href="#top">Go to top</a>
<a href="{{site.issuesurl}}">File an issue</a>
</p>
</div>
```
> Look at the end of this page xD