Skip to content

Commit

Permalink
fix: broken syntax in stdlib.norg
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 7, 2023
1 parent f7c6031 commit 1fab11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib.norg
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ This includes all carryover tags, ranged tags and their behaviours.
@end
=end

#macro name custom-name next
#macro name custom-name >next
@code janet
(neorg/set-property next {:name custom-name})
@end
Expand All @@ -191,7 +191,7 @@ This includes all carryover tags, ranged tags and their behaviours.
:language language)})
@end

%Yup, this is the implementation of `comment`%
%Yes, this is the implementation of `comment`%
=comment ...
=end

Expand Down

0 comments on commit 1fab11d

Please sign in to comment.