Skip to content

Commit

Permalink
docs: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 17, 2021
1 parent 9103df7 commit 5b4b3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/components/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ Use `Markdown` to wrap markdown content

| Name | Type | Default | Description |
| :- | :- | :- | :- |
| `tag` | `Symbol` | `:div` | |
| `tag` | `Symbol` | `:div` | One of `:div`, `:article`, or `:td`. |
| `system_arguments` | `Hash` | N/A | [System arguments](/system-arguments) |
2 changes: 1 addition & 1 deletion static/arguments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
- name: tag
type: Symbol
default: "`:div`"
description: ''
description: One of `:div`, `:article`, or `:td`.
- name: system_arguments
type: Hash
default: N/A
Expand Down

0 comments on commit 5b4b3fe

Please sign in to comment.