Site
: (`page.Site`) The current site object. See [details](/methods/site/).
-## Alternate date format
+## Date format
-To insert date and time with an alternate format, use the [`time.Now`] function:
+To insert date and time with a different format, use the [`time.Now`] function:
[`time.Now`]: /functions/time/now/
└── _index.md
```
-## Use alternate archetype
+## Specify archetype
-Use the `--kind` command line flag to specify an alternate archetype when creating content.
+Use the `--kind` command line flag to specify an archetype when creating content.
For example, let's say your site has two sections: articles and tutorials. Create an archetype for each content type:
a^*=x-b^*
\]
-These are block equations using alternate delimiters:
+These are also block equations:
$$a^*=x-b^*$$
aliases: ['/functions/numfmt/']
---
-This function formats a number with the given precision. The first options parameter is a space-delimited string of characters to represent negativity, the decimal point, and grouping. The default value is `- . ,`. The second options parameter defines an alternate delimiting character.
+This function formats a number with the given precision. The first options parameter is a space-delimited string of characters to represent negativity, the decimal point, and grouping. The default value is `- . ,`. The second options parameter defines an alternative delimiting character.
Note that numbers are rounded up at 5 or greater. So, with precision set to 0, 1.5 becomes 2, and 1.4 becomes 1.
defaultMarkdownHandler = 'goldmark'
{{< /code-toggle >}}
-Files with the `.md` or `.markdown` extension are processed as Markdown, provided that you have not specified a different [content format] using the `markup` field in front matter.
+Files with a `.md`, `.mdown`, or `.markdown` extension are processed as Markdown, provided that you have not specified a different [content format] using the `markup` field in front matter.
To use a different renderer for Markdown files, specify one of `asciidocext`, `org`, `pandoc`, or `rst` in your site configuration.
To use AsciiDoc, Pandoc, or reStructuredText you must install the relevant renderer and update your [security policy].
{{% note %}}
-Unless you need a unique capability provided by one of the alternate Markdown handlers, we strongly recommend that you use the default setting. Goldmark is fast, well maintained, conforms to the [CommonMark] specification, and is compatible with [GitHub Flavored Markdown] (GFM).
+Unless you need a unique capability provided by one of the alternative Markdown handlers, we strongly recommend that you use the default setting. Goldmark is fast, well maintained, conforms to the [CommonMark] specification, and is compatible with [GitHub Flavored Markdown] (GFM).
[commonmark]: https://spec.commonmark.org/0.30/
[github flavored markdown]: https://github.github.com/gfm/
enableSourceMap
: (`bool`) If `true`, generates a source map.
-sourceMapIncludeSources {{< new-in 0.108.0 >}}
+sourceMapIncludeSources
: (`bool`) If `true`, embeds sources in the generated source map. Not applicable to LibSass.
includePaths
categories: []
keywords: []
action:
- related:
related:
- functions/time/Duration
- functions/time/ParseDuration
- methods/shortcode/InnerDeindent
returnType: template.HTML
signatures: [SHORTCODE.Inner]
+toc: true
---
This content:
{{% /note %}}
-## Use the RenderString method
+## Use RenderString
Let's modify the example above to pass the value returned by `Inner` through the [`RenderString`] method on the `Page` object:
[details]: /methods/page/renderstring/
[`markdownify`]: /functions/transform/markdownify/
-## Use alternate notation
+## Alternative notation
Instead of calling the shortcode with the `{{</* */>}}` notation, use the `{{%/* */%}}` notation: