synergy-software / synergy.framework

MIT License
9 stars 1 forks source link

Add markdown documentation-as-code mechanics #15

Open MarcinCelej opened 2 years ago

MarcinCelej commented 2 years ago

Sample:

           yield return new Markdown.Header3("First step: business requirements gathering");
            yield return new Markdown.Paragraph("Quite often you might hear during analysis phase of your project such words:");
            yield return new Markdown.Quote("When withdraw limit is set, withdrawn amount cannot exceed the limit");
            yield return new Markdown.Paragraph("When you hear such sentence just start your development by writing it down like that:");