Changeset 1767390
- Timestamp:
- 11/16/2017 02:36:00 AM (8 years ago)
- Location:
- perfect-pullquotes
- Files:
-
- 2 edited
-
tags/1.7.4/README.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perfect-pullquotes/tags/1.7.4/README.md
r1767389 r1767390 25 25 --- | --- | --- | --- 26 26 <code>align</code> | <code>left</code> <code>right</code> <code>full</code> | Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). **Required** | <code>[perfectpullquote align="left"]This is the text.[/perfectpullquote]</code> 27 <code>bordertop</code> | <code>true</code> <code>false</code>| Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>27 <code>bordertop</code> | <code>true</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code> 28 28 <code>cite</code> | text | Cite your quotes back to their author/source. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe"]This is the text.[/perfectpullquote]</code> 29 29 <code>link</code> | URL | Turn the cited author's name into a link that opens in a new window. Must be a valid URL beginning with http or https. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe" link="http://example.com"]This is the text.[/perfectpullquote]</code> -
perfect-pullquotes/trunk/README.md
r1767389 r1767390 25 25 --- | --- | --- | --- 26 26 <code>align</code> | <code>left</code> <code>right</code> <code>full</code> | Determines whether pullquote is left-aligned, right-aligned, or full-width (95% width of container). **Required** | <code>[perfectpullquote align="left"]This is the text.[/perfectpullquote]</code> 27 <code>bordertop</code> | <code>true</code> <code>false</code>| Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code>27 <code>bordertop</code> | <code>true</code> | Move the border location above the pullquote. On mobile, falls back to the `align` corresponding location. **Optional** | <code>[perfectpullquote align="right" bordertop="true"]This is the text.[/perfectpullquote]</code> 28 28 <code>cite</code> | text | Cite your quotes back to their author/source. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe"]This is the text.[/perfectpullquote]</code> 29 29 <code>link</code> | URL | Turn the cited author's name into a link that opens in a new window. Must be a valid URL beginning with http or https. **Optional** | <code>[perfectpullquote align="right" cite="Jane Doe" link="http://example.com"]This is the text.[/perfectpullquote]</code>
Note: See TracChangeset
for help on using the changeset viewer.