Generates HTML5
figure elements.
- Namespace
- Statiq
.Web .Shortcodes - Interfaces
- Base Types
-
- object
- SyncShortcode
Syntax
public class FigureShortcode : SyncShortcode, IShortcode
Examples
Example usage:
<?# Figure Src="/assets/statiq.jpg" ?>
Statiq Logo
<?#/ Figure ?>
Example output:
<figure>
<img src="/assets/statiq.jpg" />
<figcaption>Statiq Logo</figcaption>
</figure>
Remarks
The content of this shortcode specifies a caption to output inside a nested
figcaption element.
Methods
| Name | Return Value | Summary |
|---|---|---|
| Execute |
ShortcodeResult |