-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Export Snippets and Export Blocks
Now these work: * Export Snippets @@hugo:foo@@ * Export Blocks #+BEGIN_EXPORT hugo foo #+END_EXPORT
- Loading branch information
1 parent
a4131a2
commit 1149f20
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`. |