LibraryCarpentry / lc-spreadsheets

Tidy data for librarians
https://librarycarpentry.github.io/lc-spreadsheets/
Other
22 stars 38 forks source link

Anchor names with underscores show up in titles #137

Closed jcoliver closed 1 year ago

jcoliver commented 1 year ago

In episode 2 (and maybe elsewhere) anchors that have an underscore (formatting_pretty and field_name) are showing up in the actual titles. e.g. one title shows up as

Field name problems {#field_name}

but should probably be

Field name

Perhaps replacing the underscores with a dash would fix this? Note the underscores are escaped in the markdown document (e.g. Field name problems {#field\_name}).

zkamvar commented 1 year ago

This was a translation error on my part. @jcoliver, you are correct that the underscores should be replaced by dashes for them to work.

morskyjezek commented 1 year ago

Corrected in PR #142