JasonEtco/rss-to-readme

markdown table

joaohf opened this issue · 2 comments

Hello,

I am using rss-to-readme to generate a table with all my blog posts. However markdown is not happy with comments in the middle of the generated table.

See this example to get a better picture: https://github.com/joaohf/beam_mignon/blob/master/README.md

Is there other way to create a table? Maybe we can add some sort of pre_template and post_template then the table header can be put in pre_template ?

Interesting! I think a (pre|post)_template input makes sense to me. PRs welcome, that'd go here:

const newString = feed.items

We'd have to prepend and append the new strings there if they're present. We'd also have to update the docs and the action.yml file to document the new inputs!

Thanks @JasonEtco

I going to give a try and sending the PR.