-
Jekyll and syntax highlighting
Jekyll has a great support for syntax highlighting, by default, Jekyll utilizes Rouge⇗, which is a pure ruby-based code highlighter. Rouge can highlight 100 different languages⇗. Code formatting can be done with {% highlight ruby %}. As you can see, you especify the language right there, even line numbers are...
-
XAML Formatting on VS Mac
Please follow this to make sure your VS Mac formats the code correctly. PlugIn install Repository Install the repository into VS Mac, using these url: http://addins.monodevelop.com/Stable/Mac/8.2.6/ To do that, follow these steps: Open Extensions Select Gallery, Repositories, Manage Repositories Press Add, paste the URL given above: Make sure the new...