Shortcodes Class

Summary

Renders shortcodes in the input documents.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IModule"] click Interface0 "/api/Wyam.Common.Modules/IModule" Type["Shortcodes"] class Type type-node

Syntax

public class Shortcodes : IModule

Constructors

Name Summary
Shortcodes(bool) Renders shortcodes in the input documents using the default start and end delimiters.
Shortcodes(string, string) Renders shortcodes in the input documents using custom start and end delimiters.

Methods

Name Value Summary
Execute(IReadOnlyList<IDocument>, IExecutionContext) IEnumerable<IDocument>
This should not be called directly, instead call IExecutionContext.Execute() if you need to execute a module from within another module.
GitHub