Get the real language for src blocks from the org source.

This commit is contained in:
Tom Alexander
2023-12-21 12:07:36 -05:00
parent b538750287
commit 5654c40d03
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<div class="src_block">
<!-- TODO: Get the language from the render context. -->
<div class="src_language">text</div>
<table class="src_body">
{?.language}<div class="src_language">{.language}</div>{/.language}
<table class="src_body">
<tbody>
{#.lines}
<tr>