mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-07 12:53:20 +01:00
Format Markdown with Prettier too
This commit is contained in:
parent
2c9f5c11f0
commit
5413d7c5a1
@ -9,7 +9,6 @@ max_line_length = 80
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
|
@ -1,4 +1,3 @@
|
||||
*.md
|
||||
/dist/
|
||||
/.vercel/
|
||||
pnpm-lock.yaml
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"quoteProps": "consistent",
|
||||
"trailingComma": "es5"
|
||||
}
|
@ -7,7 +7,9 @@
|
||||
Or, open this page with the prefilled `text` URL parameter—it will be automatically inserted into the text field. The same goes for the `instance` URL parameter. This can be used to build custom share buttons for the federated social networks:
|
||||
|
||||
```html
|
||||
<a href="https://s2f.kytta.dev/?text=Hello%20world!&instance=https%3A%2F%2Fmastodon.xyz">
|
||||
<a
|
||||
href="https://s2f.kytta.dev/?text=Hello%20world!&instance=https%3A%2F%2Fmastodon.xyz"
|
||||
>
|
||||
Share on mastodon.xyz
|
||||
</a>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user