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
The Creating Pages section shows a sample which works correctly; however, if you modify it slightly by changing the level, the info layout does not appear in the generated HTML. For example, change from level 0 to level 1:
== Sample Page
:page-layout: info
However, if I move page-layout to the top, then the info layout works. For example:
:page-layout: info
== Sample Page
I don't usually start my pages off with an attribute, so I am not sure if this is a bug or my lack of understand. I did not see a related issue. Thanks.