kometenstaub / csv-to-md

Batch CSV to Markdown converter.
MIT License
85 stars 6 forks source link

Column names not being picked up #15

Open rcos152 opened 2 years ago

rcos152 commented 2 years ago

I might be missing this, is there a way to have the formatting for Column headers and then the content in each row have normal text formatting? The documentation I'm putting together, each row in the csv is the detailed data for the column header.

kometenstaub commented 2 years ago

For each column you can choose to apply no formatting, if that's what you're asking.

rcos152 commented 2 years ago

Not quite...when I apply formatting, it's applied after the column name instead of before so I'm not formatted right when pushing to gh-pages via mkdocs.

kometenstaub commented 2 years ago

If you mean inline YAML, it's supposed to be like that.

Can you give an example? I don't exactly understand what outcome you want to achieve.

rcos152 commented 2 years ago

Sure thing,

Here's a CSV Example: Recommendation Number,SP Rating,Title,Description,Remediation Procedure,Comcast Site Policy,Is there a change,What's changed 0.1,3,Ensure RunID level is set to multiple user multiple user mode. Check the operating state of the LINUX or UNIX-based and confirm that the workstation is running in multiple user mode under the command line interface and not under the graphical user interface,,,Yes,New control

OUtput of .md file attached. 0.1,New co.md