sign-language-processing / sign-language-processing.github.io

Documentation and background of sign language processing
99 stars 9 forks source link

fix: @ rendering in page due to comma usage instead of semicolons #62

Closed cleong110 closed 3 weeks ago

cleong110 commented 3 weeks ago

image image image

This was apparently caused by using [@foo,@bar] instead of [@foo;@bar].

Is there a way to check for this in the linter?

AmitMY commented 3 weeks ago

if you want, you can write a linter for this that would run on push, either as:

  1. check the source code: prevent any ,@ or , @ - which might have some edge cases
  2. after building the HTML, check if it contains any of the bib keys in the HTML file.