1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update contributing/content-markup-reference.md

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This commit is contained in:
Kevin Heis
2023-06-12 09:49:46 -07:00
committed by GitHub
parent 5f0ca62ed3
commit d22fbe4b03

View File

@@ -80,7 +80,7 @@ Within the command-line syntax, use all uppercase text to indicate placeholder t
You can also add a header that includes the name of the language and a button to copy the contents of the code block:
```js copy
```javascript copy
const copyMe = true
```