Skip to content

Commit

Permalink
Merge pull request #80 from hmenorjr/master
Browse files Browse the repository at this point in the history
Fix the shortcode link to a tweet using just the ID number of the tweet
  • Loading branch information
Fastbyte01 authored Oct 14, 2024
2 parents 50ffb35 + d0182d8 commit c205927
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ The rendered output looks like this:
Example `tweet` input:

```markdown
{{</* tweet 917359331535966209 */>}}
{{</* tweet id="917359331535966209" user="Fastbyte01" */>}}
```

The rendered output looks like this:

{{< tweet 917359331535966209 >}}
{{< tweet id="917359331535966209" user="Fastbyte01" >}}

## 8 vimeo

Expand Down

0 comments on commit c205927

Please sign in to comment.