Get the real language for src blocks from the org source.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user