-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(embed): add the code embed documentation (#59)
- Loading branch information
1 parent
b6f49d1
commit c4ea9c4
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
|
||
This package contains the script and style assets for code snippet rendering in an embed. | ||
|
||
To use it, include the CSS and JavaScript link to JSDelivr file. | ||
To use it, include the CSS and JavaScript link to [UNPKG](https://unpkg.com) file. | ||
|
||
```html | ||
<link rel="stylesheet" type="text/css" href="https://jsdelivr.net/npm/@snipcode/[email protected].2/style.min.css" /> | ||
<script type="text/javascript" src="https://jsdelivr.net/npm/@snipcode/[email protected].2/script.min.css"></script> | ||
<link rel="stylesheet" type="text/css" href="https://www.unpkg.com/@snipcode/[email protected].3/style.min.css" /> | ||
<script type="text/javascript" src="https://www.unpkg.com/@snipcode/[email protected].3/script.min.js"></script> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@snipcode/embed", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Build the script and style assets for code snippet rendering in an embed.", | ||
"repository": " https://github.com/tericcabrel/snipcode.git", | ||
"author": "Eric Cabrel TIOGO <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters