xamarin / Workbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in pasting a python code into the document section

JimSEOW opened this issue · comments

Please follow the discussion here

https://forums.xamarin.com/discussion/comment/277419#Comment_277419
xamarin workbooks_2017-05-30_23-17-30

Attempting to save this results in error
xamarin workbooks_2017-05-30_23-26-01

Hi, I'd like to ask how was this issue closed/resolve? I'm experiencing the same issue on the latest version.

@terrencejames For now, I'd recommend doing that kind of markdown editing in a text editor (the .workbook is just a markdown file).

@terrencejames For now, I'd recommend doing that kind of markdown editing in a text editor (the .workbook is just a markdown file).

@sandyarmstrong this would be fine, but the problem is I want a non-executable block of C# code (not inline). If I use ``` without specifying a language it will not render correctly, I have to specify csharp formatting but at that point Xamarin Workbooks parses this as making the code block executable. I hope this can be addressed in a future release, thank you for the fast reply :)