Skip to content

Instantly share code, notes, and snippets.

@Ben-Kaniobi
Ben-Kaniobi / Markdown-in-Npp.md
Last active November 17, 2023 04:50
Step-by-step tutorial/guide how to use markdown in Notepad++

Markdown in Notepad++

Syntax Highlighting

Follow the instructions of this project.

Live Preview

@theconektd
theconektd / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {