feat: additional `atmos docs` parameters for specifying width, using auto-styling and color profile, and preserving new lines @RoseSecurity (#757)
what
- Add an additional
atmos docs
flag for specifying the width of markdown output - Utilizing auto-styling based on light or dark mode preferences instead of hardcoding to dark
- Preserving new lines with rendered markdown
why
- Enhance the user experience for interacting with documentation. The
width
parameter is useful for users who prefer seeing wider output for Terraform docs-generated tables and is defined in theatmos.yaml
:
settings:
docs:
max-width: 200