Skip to content

Instantly share code, notes, and snippets.

View LokiMidgard's full-sized avatar

Patrick Kranz LokiMidgard

View GitHub Profile
@vimtaai
vimtaai / markdown-flavors.md
Last active July 21, 2024 11:54
Comparison of features in various Markdown flavors

Comparison of syntax extensions in Markdown flavors

I created a crude comparison of the syntax of the various common Markdown extensions to have a better view on what are the most common extensions and what is the most widely accepted syntax for them. The list of Markdown flavors that I looked at was based on the list found on CommonMark's GitHub Wiki.

Flavor Superscript Subscript Deletion*
Strikethrough
Insertion* Highlight* Footnote Task list Table Abbr Deflist Smart typo TOC Math Math Block Mermaid
GFM
@mattleibow
mattleibow / app.cs
Created September 10, 2016 15:46
C# OpenGL XAML SwapChainPanel
using System;
using System.Runtime.InteropServices;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.System.Threading;
using Windows.UI.Core;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using EGLDisplay = System.IntPtr;