jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
187 stars 38 forks source link

Code block is not showing on Configuring Multiline Indent Rules page #1127

Closed JHertz5 closed 7 months ago

JHertz5 commented 7 months ago

Environment

$ ./bin/vsg -v
VHDL Style Guide (VSG) version: 3.21.0.dev8
Git commit SHA: 4c3164e7

Describe the bug The code block is not showing under the heading "Example: align_left set to yes and align_paren set to yes" on the page Configuring Multiline Indent Rules.

To Reproduce Steps to reproduce the behavior:

  1. Go to this link'
  2. Observe that no code block appears under the linked heading.

This can also be observed when building the documentation locally.

Expected behavior A code block should be present.

Screenshots image

JHertz5 commented 7 months ago

I have raised PR #1128 to fix this.

jeremiah-c-leary commented 7 months ago

Evening @JHertz5 ,

Thanks for catching that. I will get it merged to master.

--Jeremy