OpenTally/homepage/docs/options.md

24 lines
426 B
Markdown
Raw Normal View History

2021-10-28 01:23:33 +11:00
---
layout: post
title: "Advanced options"
---
<div class="md-content" markdown="1">{% include_absolute '../docs/options.md' %}</div>
<style type="text/css">
.md-content h1 {
display: none;
}
.md-content h2 {
margin-bottom: 1rem;
}
.md-content h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
</style>
<script>
document.querySelectorAll('.md-content table').forEach(el => el.classList.add('table'));
</script>