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
adoc can use attributes to replace some values in a document.
The attribute must be declared in the header as :myattribute: value and can be used in the body as {myattribute}.
This issue must check :
we can declare & use a custom attribute in markdown
we can declare & use a custom attribute in RST
The text was updated successfully, but these errors were encountered:
---title: test attributemyattribute: value---## first part
in this part we speak about {myattribute}
The attribute declaration is well transmitted into adoc file but the left brace is escaped by converter on attribute usage. => issue on kramdown-asciidoc
adoc can use attributes to replace some values in a document.
The attribute must be declared in the header as :myattribute: value and can be used in the body as {myattribute}.
This issue must check :
The text was updated successfully, but these errors were encountered: