Skip to content

Using :page-layout: does not appear to work when using other levels #172

@bgallantgit3

Description

@bgallantgit3

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions