Skip to content

Commit

Permalink
Fix doc: Put the colons after Org keyword #+attr_shortcode
Browse files Browse the repository at this point in the history
Fixes #546
  • Loading branch information
kaushalmodi committed Feb 1, 2022
1 parent 11b9aa3 commit 1b6b3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ox-hugo-manual.org
Expand Up @@ -3584,7 +3584,7 @@ specified using the ~#+attr_shortcode~ keyword.
For example,

#+begin_src org
,#+attr_shortcode argval1 "arg val 2"
,#+attr_shortcode: argval1 "arg val 2"
,#+begin_myshortcode
Something
,#+end_myshortcode
Expand All @@ -3604,7 +3604,7 @@ Something
For example,

#+begin_src org
,#+attr_shortcode :arg1 foo bar :arg2 color: red; text-align: center;
,#+attr_shortcode: :arg1 foo bar :arg2 color: red; text-align: center;
,#+begin_myshortcode
Something
,#+end_myshortcode
Expand Down

0 comments on commit 1b6b3dc

Please sign in to comment.