OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Add class to write Markdown file #136

Closed smalers closed 2 years ago

smalers commented 2 years ago

Need to add a class to write Markdown files to support writing a table as Markdown.

smalers commented 2 years ago

I added the MarkdownWriter class to do basic Markdown writing, and used in the new WriteTableToMarkdown command. I cleaned up other utility code that is used on file processing commands, necessary to implement some workflows. Close this issue.