Skip to content

Fix: correct nested list rendering in on_action docstring 👍#2831

Open
asvarshini wants to merge 1 commit intoAvaiga:developfrom
asvarshini:fix-docsstring-nesting
Open

Fix: correct nested list rendering in on_action docstring 👍#2831
asvarshini wants to merge 1 commit intoAvaiga:developfrom
asvarshini:fix-docsstring-nesting

Conversation

@asvarshini
Copy link

Type of PR

  • Documentation Update

Description

This PR fixes the structure of the nested list in the on_action docstring.

Previously, the list was not properly nested, so it appeared as a single level in rendered output. The HTML structure has been updated to correctly represent the hierarchy.


Changes

  • Corrected <ul> and <li> nesting
  • Ensured proper structure for payload, action, and args

Notes

Since VS Code does not render HTML inside JSON files, the changes were verified using an HTML preview in a browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant