Now these work: * Export Snippets @@hugo:foo@@ * Export Blocks #+BEGIN_EXPORT hugo foo #+END_EXPORTmaster
parent
a4131a2deb
commit
1149f20cd7
3 changed files with 56 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
+++ |
||||
title = "Export snippets and blocks" |
||||
tags = ["export-snippet", "export-block"] |
||||
draft = false |
||||
+++ |
||||
|
||||
## Export snippet {#export-snippet} |
||||
|
||||
This will get exported only for Hugo exports, `verbatim`. |
||||
|
||||
|
||||
## Export block {#export-block} |
||||
|
||||
and **this too**.. `verbatim`. |
||||
Loading…
Reference in new issue