Skip to content

Instantly share code, notes, and snippets.

@tpfeeney
tpfeeney / markdown-details-collapsible.md
Created September 7, 2021 13:52 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
% ---------------------------------------------------------------------
% Program: listings-sas.tex
% Author: github.com/mcaceresb
% Purpose: SAS language definition for LaTeX listings package
% Usage: Add \input{listings-sas.tex} to your preamble
% Syntax from
% - syntax/sas.vim by James Kidd <james.kidd@covance.com>
\RequirePackage{listings}
@tpfeeney
tpfeeney / auth_trouble.txt
Last active April 8, 2020 01:22
Trouble with Boxr Internet Authentication
sudo lsof -1 :1410
*identify PID*
kill -9 "PID"
source:https://github.com/jennybc/googlesheets/issues/343#issuecomment-370202906