Skip to content

Commit

Permalink
Update README.md - removed boilerplate copy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgallant committed Jun 29, 2023
1 parent 442ece0 commit 7850123
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,3 @@ TINA=../path/to/tinacms TINA_WATCH=@tinacms/forms,react-tinacms-inline
>
> This will only work for packages loaded by webpack. That means that environments which don't use
> webpack (i.e. SSR builds) will not use this alias.
## Copy-able Code Blocks

A "Copy" button can be added to Code Blocks by adding the `copy` tag to fenced code blocks.

Non-copyable JS

```js
const christmastPresent = new Banana()
```

Copyable JS

```js,copy
const christmastPresent = new Banana()
```

Copyable Text

```copy
Hello World
```

1 comment on commit 7850123

@vercel
Copy link

@vercel vercel bot commented on 7850123 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina-io-tinacms.vercel.app
tina.io

Please sign in to comment.