Skip to content

Conversation

@ahouseholder
Copy link
Contributor

This PR modifies the behavior when we render decision points as markdown tables. Instead of having Name (key), now it will render Name and Key into separate columns.

Before:
Screenshot 2025-09-15 at 11 37 31 AM

After:
Screenshot 2025-09-15 at 11 38 04 AM

Copilot Summary

This pull request updates the markdown table formatting in the src/ssvc/doc_helpers.py file to improve clarity and completeness. The changes modify both the table row template and the table header to include a separate column for the key of each value.

Markdown table formatting improvements:

  • Changed the MD_TABLE_ROW_TEMPLATE to include a separate "Key" column, so each row now displays the value's name, key, and definition individually.
  • Updated the markdown table header and alignment to add the "Key" column, ensuring the header matches the new row format.

@ahouseholder ahouseholder self-assigned this Sep 15, 2025
@ahouseholder ahouseholder added the content/representation Formatting, page layout, syntax, etc. label Sep 15, 2025
@ahouseholder ahouseholder added this to the 2025-09 milestone Sep 15, 2025
Copy link
Contributor

@sei-vsarvepalli sei-vsarvepalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ahouseholder ahouseholder merged commit 51710ea into main Sep 15, 2025
4 checks passed
@ahouseholder ahouseholder deleted the refine_decision_point_example_table branch September 15, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content/representation Formatting, page layout, syntax, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants