Use -bracketed_spans Fixes https://github.com/kaushalmodi/ox-hugo/issues/191.master
parent
efbb6ceabf
commit
598a4d8822
5 changed files with 143 additions and 2 deletions
|
After Width: | Height: | Size: 2.5 KiB |
@ -0,0 +1,65 @@ |
||||
+++ |
||||
title = "Citations with captions" |
||||
date = 2018-08-19T16:24:00-04:00 |
||||
tags = ["pandoc", "citations"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue |
||||
\#[191](https://github.com/kaushalmodi/ox-hugo/issues/191) |
||||
|
||||
## Why an electronic lab notebook? |
||||
|
||||
At an age where data is moving from paper to electronic form, the amount |
||||
and **shape** of data is not very paper-compatible, and the analysis of |
||||
that same data becomes more complex, it is just obvious that the move to |
||||
an electronic notebook has to happen. |
||||
|
||||
## Why use Org mode? |
||||
|
||||
Check out the code block in [1](#org3d1c8ef). |
||||
|
||||
## Using code blocks |
||||
|
||||
<a id="org3d1c8ef"></a> |
||||
|
||||
``` plantuml |
||||
rectangle "<html>, <body>, etc." as a { |
||||
rectangle "<div>..." as b #antiquewhite { |
||||
rectangle "<video>...\n\n\n" as c |
||||
} |
||||
} |
||||
``` |
||||
|
||||
<div class="src-block-caption"> |
||||
|
||||
<span class="src-block-number">Code Snippet 1:</span> Nested Boxes |
||||
|
||||
</div> |
||||
|
||||
{{< figure src="nested-boxes.svg" >}} |
||||
|
||||
## References {#references} |
||||
|
||||
<div id="refs" class="references"> |
||||
<div></div> |
||||
|
||||
|
||||
<div id="ref-eilan2016"> |
||||
<div></div> |
||||
|
||||
Eilan, Naomi. 2016. "You Me and the World." *Analysis* 76 (3): 311--24. |
||||
|
||||
</div> |
||||
|
||||
<div id="ref-giovanelli2016"> |
||||
<div></div> |
||||
|
||||
Giovanelli, Marco. 2016. "\"\...But I Still Can't Get Rid of a Sense of |
||||
Artificiality\" the Reichenbach--Einstein Debate on the Geometrization |
||||
of the Electromagnetic Field." *Studies in History and Philosophy of |
||||
Science* 54: 35--51. |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in new issue