Skip to content

Instantly share code, notes, and snippets.

View Reponedor's full-sized avatar

Reponedor Reponedor

View GitHub Profile
@Reponedor
Reponedor / .jsbeautifyrc
Created December 2, 2019 09:36 — forked from wzup/.jsbeautifyrc
.jsbeautifyrc file example
{
// The plugin looks for a .jsbeautifyrc file in the same directory as the
// source file you're prettifying (or any directory above if it doesn't exist,
// or in your home folder if everything else fails) and uses those options
// along the default ones.
// Details: https://github.com/victorporof/Sublime-HTMLPrettify#using-your-own-jsbeautifyrc-options
// Documentation: https://github.com/einars/js-beautify/
"html": {
"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust"],
@Reponedor
Reponedor / markdown.md
Created November 20, 2019 16:54 — forked from namkyu/markdown.md
markdown #markdown

헤더

This is a H1

This is a H2

This is a H3

This is a H4

This is a H5
This is a H6