This post reviews several methods for converting a Markdown (.md) formatted file to PDF, from UNIX or Linux machines.
$ pandoc How_I_got_svg-resizer_working_on_Mac_OSX.md -s -o test1.pdf
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
What this guide covers:
| using UnityEngine; | |
| using UnityEngine.Assertions; | |
| using System.Text; | |
| #if UNITY_EDITOR | |
| using System.Net; | |
| using System.Net.Sockets; | |
| #else | |
| using System; | |
| using System.IO; |