FigureShortcode Class
Generates HTML5 figure elements.
Namespace
Statiq.Web.Shortcodes
Interfaces
Base Types
FigureShortcode
SyncShortcode
object
IShortcode

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

Extension Methods