Skip to content

Instantly share code, notes, and snippets.

@jgonera
jgonera / markdown-details-collapsible.md
Created March 1, 2023 02:54 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

How to

<details>
  <summary>## Click me</summary>
  
  ### Heading
  1. Foo
  2. Bar
     * Baz
 * Qux
Update Homebrew:
> brew update
Install osxfuse:
> brew cask install osxfuse
Install ntfs-3g:
> brew install ntfs-3g
Link mount_ntfs:
@jgonera
jgonera / has3d.js
Last active December 15, 2015 11:09 — forked from lorenzopolidori/has3d.js
This version sandboxes el inside an iframe to avoid weird Android Browser quirks. Requires jQuery.
function has3d(){
var el = $('<p>')[0], $iframe = $('<iframe>'), has3d, t,
transforms = {
'webkitTransform': '-webkit-transform',
'OTransform': '-o-transform',
'msTransform': '-ms-transform',
'transform': 'transform'
};
// Add it to the body to get the computed style