Skip to content

Instantly share code, notes, and snippets.

View evertton's full-sized avatar

Evertton de Lima evertton

  • Núcleo de TI - UFAL (@ntiufal)
  • Igaci, Alagoas, Brazil
View GitHub Profile
@evertton
evertton / gfm2html.sh
Last active December 29, 2023 09:51
Convert a Github Flavored Markdown Syntax file to HTML
#!/bin/bash
# Convert a Github Flavored Markdown Syntax file to HTML
#
# The MIT License (MIT)
# Copyright © 2012 Evertton de Lima <e.everttonlima@gmail.com>
# http://evertton.mit-license.org/
# Stylesheet feature by Dan Untenzu <mail@pixelbrackets.de>
#
# Requirements: cURL (sudo apt-get install curl)