Update examples

This commit is contained in:
lowlighter
2021-04-27 19:23:29 +02:00
parent 16d455c3d5
commit 4d0b0413bf
2 changed files with 1 additions and 2 deletions

View File

@@ -56,4 +56,3 @@ It takes two arguments:
- An unique identifier which will be used as filename withing `markdown_cache` folder - An unique identifier which will be used as filename withing `markdown_cache` folder
- Configuration options (see [action.yml](https://github.com/lowlighter/metrics/blob/master/action.yml)) - Configuration options (see [action.yml](https://github.com/lowlighter/metrics/blob/master/action.yml))
- Tokens options are automatically passed down from your workflow job, do not pass them again - Tokens options are automatically passed down from your workflow job, do not pass them again
- Options syntax is same as web instance (i.e. dots (`.`) instead of underscores (`_`) and no `plugin_` prefixes)

View File

@@ -10,4 +10,4 @@ You can customize your template with both markdown plugins and SVG plugins like
<%- await include(`partials/rss.ejs`) %> <%- await include(`partials/rss.ejs`) %>
<%- await embed(`test-isocalendar`, {isocalendar:true}) %> <%- await embed(`example-isocalendar-pdf`, {isocalendar:true}) %>