1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-30 07:11:08 +00:00

Markdown conversion (#529)

Co-authored-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
2022-02-12 07:43:21 +00:00
committed by Daniel Gray
parent 842b58e42a
commit 806b0b97d7
53 changed files with 690 additions and 686 deletions

View File

@@ -0,0 +1,8 @@
<div class="d-flex">
<div class="flex-shrink-0">
<img src="{{ include.src }}" width="{{ include.width | default: 150 }}" height="{{ include.height | default: 150 }}" alt="{{ include.alt }}" />
</div>
<div class="flex-grow-1 ms-3">
{{ include.text | markdownify }}
</div>
</div>