Right now the TutorialTemplate, includes the has the folder structure where the markdown files and the source files are present in the root.
It would be great if we can have a folder structure where the markdown files and the source files are present in different folders.
Something like
| MyTutorial
| Readme.md (opens by default when you do `dotnet try` and points to files in the documentation folder)
| Documentation
| GettingStarted.md
| Source
| Program.cs
| Tutorial.csproj