Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Feb 12, 2025
1 parent fb0c3b5 commit e74c436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/components/primer/beta/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module Primer
module Beta
# Use `Markdown` to wrap markdown content.
# @accessibility This component is purely presentational. Consumers should handle accessibility expectations, such as ensuring that an overflowing, scrollable code block or table is keyboard accessible.
class Markdown < Primer::Component
status :beta

Expand Down
2 changes: 1 addition & 1 deletion static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14500,7 +14500,7 @@
{
"fully_qualified_name": "Primer::Beta::Markdown",
"description": "Use `Markdown` to wrap markdown content.",
"accessibility_docs": null,
"accessibility_docs": "This component is purely presentational. Consumers should handle accessibility expectations, such as ensuring that an overflowing, scrollable code block or table is keyboard accessible.",
"is_form_component": false,
"is_published": true,
"requires_js": false,
Expand Down

0 comments on commit e74c436

Please sign in to comment.