Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a basic POCO - Markdown converter #22

Open
Cloud-Awesome opened this issue Apr 19, 2022 · 0 comments
Open

Add a basic POCO - Markdown converter #22

Cloud-Awesome opened this issue Apr 19, 2022 · 0 comments

Comments

@Cloud-Awesome
Copy link
Owner

  1. Create a document passing a POCO in the constructor
public MdDocument(string fileName, IDocumentMe pocoClass, IFileSystem fileSystem = null)
  1. Create a document passing in a list of POCOs in the constructor
public MdDocument(string fileName, IEnumerable<IDocumentMe> pocoClasses, 
            IFileSystem fileSystem = null)
  1. Create a new IDocumentPart type to enable it to be embedded into a wider document
Cloud-Awesome added a commit that referenced this issue Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant