Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input/docs/concepts/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Shortcodes can be nested, but keep in mind the current processing phase. If a sh

## Shortcode Names

By convention shortcode names use CamelCase due to the fact that most of them come from .NET classes, which are also named with CamelCase. That said, the shortcode name is case-insensitive so if you prefer to use some other casing convention, you can.
By convention shortcode names use PascalCase due to the fact that most of them come from .NET classes, which are also named with PascalCase. That said, the shortcode name is case-insensitive so if you prefer to use some other casing convention, you can.

## Parameters

Expand Down Expand Up @@ -148,4 +148,4 @@ To write a shortcode as a class, implement `IShortcode` from `Wyam.Common`. Wyam

The `Shortcode` module is used to find shortcodes within a document and render them. In the blog and docs recipes it's applied to every page _after_ templating engines like Markdown and Razor. It's generally an accepted pattern to use the `Shortcode` module after all other templates have been evaluated, but you can certainly use it earlier in your pipelines if you want to.

<?#/ Raw ?><?!/ Raw ?>
<?#/ Raw ?><?!/ Raw ?>