-
-
Save toorosan/d9c96e7d8843b428355a7c448c001b51 to your computer and use it in GitHub Desktop.
Revisions
-
jbsulli revised this gist
Dec 13, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,7 @@ ``` </details> ```` ### Credits: [https://github.com/dear-github/dear-github/issues/166](https://github.com/dear-github/dear-github/issues/166) -
jbsulli revised this gist
Dec 13, 2017 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,12 @@ ## Demo: <details> <summary>Spoiler warning</summary> Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the `<details>` tag... just make sure you close `<details>` afterward. ```javascript console.log("I'm a code block!"); ``` </details> -
jbsulli revised this gist
Dec 13, 2017 . 1 changed file with 17 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,24 @@ ## Demo: <details> <summary>Click to see more</summary> ```javascript console.log("It works!"); ``` </details> ## How to: ````markdown <details> <summary>Spoiler warning</summary> Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the `<details>` tag... just make sure you close `<details>` afterward. ```javascript console.log("I'm a code block!"); ``` </details> ```` -
jbsulli revised this gist
Dec 13, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ ```javascript console.log("It works!"); ``` </details> -
jbsulli created this gist
Dec 13, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ## Demo <details> <summary>Click to see more</summary> ```javascript console.log("It works!"); ``` <details>