danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

group doesn't work with include? #272

Closed r3wt closed 8 years ago

r3wt commented 8 years ago
# Group Auth
Authentication Related Methods.

<!-- include(auth/signup.apib)-->
<!-- include(auth/login.apib)-->
<!-- include(auth/logout.apib)->

But none of the methods are included in generated html. if i copy them in manually and compile, it works fine. why?

EDIT was a syntax error. still alarming that no error is raised. difficult to debug.