Sandy Armstrong
|
7aeeb82d3d
|
Treat Xamarin .workbook files as markdown (#3500)
* Treat Xamarin .workbook files as markdown
Xamarin Workbook files are interactive coding documents for C#, serialized as
markdown files. They include a YAML front matter header block with some
metadata. Interactive code cells are included as `csharp` fenced code blocks.
An example can be found here:
https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook
Treated as markdown, it would appear like so:
https://gist.github.com/sandyarmstrong/e331dfeaf89cbce89043a1c31faa1297
* Add .workbook sample
Source: https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook
|
2017-04-20 15:29:17 +01:00 |
|