brainhackorg / global2021

Website for Brainhack global 2021
https://brainhack.org/global2021/
MIT License
3 stars 11 forks source link

ENH: Fix issue form regexes in issue to pages script #55

Closed jhlegarreta closed 2 years ago

jhlegarreta commented 2 years ago

Fix issue form regexes in issue to pages script to extract only the relevant parts of the corresponding sections.

jhlegarreta commented 2 years ago

Cross-referencing https://github.com/brainhackorg/global2021/pull/32#issuecomment-932805057. Completes the tasks in that comment.

The regexes should work with the form now. Some testing made. Probably does not cover the whole case space. Improvements are welcome.

jhlegarreta commented 2 years ago

My regex skill are limited, but according to a few tests the proposed solution is working. We'll see if improvements/changes are required once it gets more use cases.

Merging then.