Skip to content

Commit

Permalink
Human-readable button in plain-text markdown emails (#17683)
Browse files Browse the repository at this point in the history
Now plain-text button looks like that:

```
[Subscribe](https://www.example.com/)
```

This changes that to:
```
Subscribe: https://www.example.com/
```
  • Loading branch information
danilcha authored and taylorotwell committed Jan 30, 2017
1 parent ec7a70c commit eacc6e1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1 +1 @@
[{{ $slot }}]({{ $url }})
{{ $slot }}: {{ $url }}

0 comments on commit eacc6e1

Please sign in to comment.