Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS 748 update ordered list formats in article element #2462

Conversation

MarcinMr
Copy link
Collaborator

Jira

https://pegadigitalit.atlassian.net/browse/DS-748

Summary

The ordered list can be rendered as the example here for any free-form content areas.

Details

Styles were updated that <ol> uses list-style-types:

  • decimal (first and fourth level)
  • alphabetical (second and fifth level),
  • roman numbers (third, sixth, and larger than the sixth level)

How to test

Pull the branch. Create an ordered list using HTML <ol> tag and check if is rendered correctly with the Jira example.

Release notes

The ordered (<ol>) list has new level indicators for nested items.

Visual changes

The ordered list uses decimal, alphabetical and roman numbers for the nested items for any free-form content areas.

@github-actions github-actions bot added the type: feature List this PR in the 'Features' section of the release notes. label Mar 29, 2022
@mikemai2awesome mikemai2awesome merged commit 08aff4d into master Mar 29, 2022
@mikemai2awesome mikemai2awesome deleted the feature/DS-748-Update-ordered-list-formats-in-Article-element branch March 29, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature List this PR in the 'Features' section of the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants