Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
atlas_doc_parser 1.0.1 documentation
Logo
atlas_doc_parser 1.0.1 documentation
  • Atlassian Document Format Parser
  • Maintainer Guide
    • What is atlas_doc_parser?
    • Cross-Referencing Three Sources of Truth
    • The Data Model Architecture
    • Implementing a New Mark or Node Class
    • How to Test Marks and Nodes
    • Graceful Handling of Unimplemented Types
Back to top
View this page

mark_underline¶

class atlas_doc_parser.marks.mark_underline.MarkUnderline(type: str = 'underline')[source]¶

Applies underline styling to text nodes.

  • https://developer.atlassian.com/cloud/jira/platform/apis/document/marks/underline/

Copyright © 2026, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • mark_underline
    • MarkUnderline