Skip to content

Instantly share code, notes, and snippets.

View antaxiom's full-sized avatar

antaxiom

View GitHub Profile
@ghifarit53
ghifarit53 / fancybar.ini
Last active November 6, 2023 20:54
fancybar config
[colors]
black = #1A1D45
bblack = #2c3073
white = #D7B7BB
red = #FF4EA5
green = #7EB564
yellow = #F5B569
blue = #7A89EC
magenta = #B66CDC
cyan = #6CAC99
@justincbagley
justincbagley / How_to_Convert_Markdown_to_PDF.md
Last active June 30, 2025 20:16
How To Convert Markdown to PDF

How to convert markdown to PDF:

This post reviews several methods for converting a Markdown (.md) formatted file to PDF, from UNIX or Linux machines.

Using Pandoc:

$ pandoc How_I_got_svg-resizer_working_on_Mac_OSX.md -s -o test1.pdf