Skip to content

Commit

Permalink
rakuize more
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Dec 7, 2021
1 parent 8605f86 commit f3d56c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -33,7 +33,7 @@ script grabs syntax highlighted code from it, and then *deletes it*.
3. Run:

```bash
advent-highlighter.p6 Your-Article Your-Gist-Token > out.html
advent-highlighter.raku Your-Article Your-Gist-Token > out.html
```

The [gist token](https://github.com/settings/tokens/new) can alternatively be given via
Expand All @@ -51,7 +51,7 @@ script grabs syntax highlighted code from it, and then *deletes it*.

## `--wrap` option

advent-highlighter.p6 --wrap Your-Article Your-Gist-Token > out.html
advent-highlighter.raku --wrap Your-Article Your-Gist-Token > out.html

If you'd like to have a rough idea of how the thing will look like on Wordpress,
you can pass `--wrap` option to the script. It'll wrap the output into a bit
Expand All @@ -61,7 +61,7 @@ overflow if you don't want readers scrolling).

## `--multi` option for Multi Markdown

advent-highlighter.p6 --multi Your-Article Your-Gist-Token > out.html
advent-highlighter.raku --multi Your-Article Your-Gist-Token > out.html

I found `Text::Markdown` to be a bit of a weak sauce and it failed to render
some things I thought it would. If you
Expand Down

0 comments on commit f3d56c7

Please sign in to comment.