Use GitHub Styling for Rendering Markdown
Dark Theme
pandoc -s Example.md -c github-dark.css -o Example-Dark.html --embed-resources --standalone --metadata title="GitHub Dark"
Light Theme
pandoc -s Example.md -c github-light.css -o Example-Light.html --embed-resources --standalone --metadata title="GitHub Light"