You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue when using the macro comment-markup for ac:box.
mark --version:5.5
Sample.md
<!-- Space: Test --><!-- Parent: Test Parent --><!-- Title: Sample --><!-- Macro: :box:(.+):(.*):(.+): Template: ac:box Icon: true Name: ${1} Title: ${2} Body: ${3} -->
:box:info::Foobar:
:box:tip:Tip of day:Foobar:
:box:note::Foobar:
:box:warning:Alert!:Foobar:
Output:
mark -f "./sample.md" --drop-h1 --dry-run
2021-03-30 10:43:25.208 FATAL unable to load template
└─ unable to read template file
├─ open ac:box: no such file or directory
└─ name: ac:box
Debug flag gives me the same output as above.
The text was updated successfully, but these errors were encountered:
I am experiencing an issue when using the macro comment-markup for
ac:box
.mark --version:
5.5
Sample.md
Output:
Debug flag gives me the same output as above.
The text was updated successfully, but these errors were encountered: