Broke agenda and minutes out into folders of markdown.

This commit is contained in:
2025-06-23 10:56:12 +10:00
parent 18c9aea41a
commit 1f8b8d27c3
161 changed files with 13339 additions and 32 deletions

View File

@@ -0,0 +1,17 @@
<p>Here is a block tag ins:</p>
<ins>
<p>Some text</p>
</ins>
<p><ins>And here it is inside a paragraph.</ins></p>
<p>And here it is <ins>in the middle of</ins> a paragraph.</p>
<del>
<p>Some text</p>
</del>
<p><del>And here is ins as a paragraph.</del></p>
<p>And here it is <del>in the middle of</del> a paragraph.</p>