Skip to content

Commit ac783f2

Browse files
committed
Implement PR comments
1 parent 5a46de3 commit ac783f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/components/article.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Expects a string with all ids the span should have.
1414
#### # class (optional)
1515
Expects a string with all classes the span should have.
1616

17+
#### # text - optional
18+
Expects a string which will be displayed as the content inside the `article`. If this is not passed, a block must be passed instead.
19+
1720
## Example 1: Yield a given block
1821

1922
```ruby

0 commit comments

Comments
 (0)