Forked from pierrejoubert73/markdown-details-collapsible.md
Last active
May 23, 2019 09:47
-
-
Save GregTrevellick/bcbe2ccb5ddba51df6e72b0b0fab1ba8 to your computer and use it in GitHub Desktop.
Revisions
-
GregTrevellick revised this gist
May 23, 2019 . 1 changed file with 11 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 @@ -1,7 +1,17 @@ Your markdown heading here <details> <summary> Show details closed by default </summary> Your markdown content here </details> Your markdown heading here <details open> <summary> Show details open by default </summary> Your markdown content here </details> -
pierrejoubert73 created this gist
Jun 30, 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,7 @@ Your markdown heading here <details> <summary> Show details </summary> Your markdown content here </details>