diff --git a/docs/components/heading.md b/docs/components/heading.md index 48ed38e..ae3e840 100644 --- a/docs/components/heading.md +++ b/docs/components/heading.md @@ -17,6 +17,8 @@ import HCustom from './typography/heading/HCustom.vue' Use the `tag="h1"` as the most important text element to indicate the title of your web page. +
+ ```vue+ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams + have richer contextual information to rapidly respond to requests, incidents, and changes. +
- Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete + Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
@@ -34,8 +38,12 @@ Use `weight` prop to set the text-weight. ```vue ++ Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams + have richer contextual information to rapidly respond to requests, incidents, and changes. +
- Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete + Deliver great service experiences fast - without the complexity of traditional ITSM solutions.Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
diff --git a/docs/components/typography/heading/H1.vue b/docs/components/typography/heading/H1.vue index ef46945..c21bcb9 100644 --- a/docs/components/typography/heading/H1.vue +++ b/docs/components/typography/heading/H1.vue @@ -1,5 +1,5 @@ -