~reesmichael1/chantpointer

6df64b10f376416ac967c295029c278b33791f13 — Michael Rees 3 years ago e98e6ac master
Fix missing style on code block
1 files changed, 1 insertions(+), 1 deletions(-)

M templates/html/index.html
M templates/html/index.html => templates/html/index.html +1 -1
@@ 70,7 70,7 @@ The Lord of hosts,\\ he | is the | King of | glory.</pre>
                    <li class="py-2">Use <code class="bg-gray-200 px-2 py-1">\\</code> to insert a line break in the output while staying in the same verse</li>
                    <li class="py-2">Use <code class="bg-gray-200 px-2 py-1">\"</code> in front of a vowel to insert a diacritic</li>
                    <li class="py-2">Use the <code class="bg-gray-200 px-2 py-1">|</code> character to divide bars</li>
                    <li class="py-2">Use <code class="bg-gray-200 px-2 py-1">_</code> to break syllables: <code>war_rior</code>.
                    <li class="py-2">Use <code class="bg-gray-200 px-2 py-1">_</code> to break syllables: <code class="bg-gray-200 px-2 py-1">war_rior</code>.
                    <li class="py-2">Use parentheses to group syllables: <code class="bg-gray-200 px-2 py-1">(glory of) the Lord</code></li>
                    <li class="py-2">Add a <code class="bg-gray-200 px-2 py-1">^</code> at the beginning of a verse to indicate that the verse should use the second part of the chant</li>
                    <li class="py-2">Need help or want to see something else added? Feel free to <a href="mailto:mrees@noeontheend.com" class="text-blue-700 hover:text-blue-400">contact me</a>!</li>