mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
160 stars 27 forks source link

Fix the ordering of |= to determine config.include_mermaid #81

Closed josephm28 closed 3 months ago

josephm28 commented 5 months ago

Need to assign the value from adr.includes_mermaid to config.include_mermaid for any adr in the list.

josephm28 commented 5 months ago

This will resolve my question in https://github.com/mrwilson/adr-viewer/issues/36

mrwilson commented 4 months ago

Thanks for this, I have addressed this in e5638c6e288867 and added some tests to make sure this doesn't regress.

josephm28 commented 3 months ago

Closing as resolved by the mentioned commit.