Skip to content

Commit

Permalink
exporters(templates): superscripts and targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sophicshift committed Sep 4, 2023
1 parent be87077 commit 634a76f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions org-exporters/data/templates/org/object/superscript.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<sup><e:this.content/></sup>
1 change: 1 addition & 0 deletions org-exporters/data/templates/org/object/target.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a id="${this.anchor}"></a>
1 change: 0 additions & 1 deletion org-exporters/data/templates/org/object/target.tpl

This file was deleted.

0 comments on commit 634a76f

Please sign in to comment.