Specifies whether code fences with a language of "raw" (I.e.
```raw) should
be passed through verbatim (the default is true).
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown PassThroughRawFence(bool passThroughRawFence = true)
Parameters
| Name | Type | Description |
|---|---|---|
| passThroughRawFence | bool |
If set to true, code fences with the language "raw" are passed through verbatim.
|
Return Value
| Type | Description |
|---|---|
| RenderMarkdown | The current module instance. |