softwaresaved / rse-repo-analysis

Study of research software in repositories. Contact: @karacolada
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Markdown headings style #39

Open karacolada opened 1 year ago

karacolada commented 1 year ago

The code currently filters headings by looking for # at the beginning of the line. That only works for GitHub style Markdown, and doesn't pick up on headings styled with "---" or "===".