in anticipation of adding bracket details to Tournament Wave events, markdown will need to be added to support adding bulletpoints and links with ease.
Install markdown as an added dependency (e.g. this one)
Inside EventDescription.js modify the read-in of event_package["event_description"] to become input to the added dependency
Verify all event descriptions -- Markdown or not -- display properly
JavaScript also gripes on if (event_package ~== {}) -- might be worth looking into as well
follow on issue: adding bracket wave details to tournament wave events
2023 details will be added where possible
pinned issue to exist as a reminder to add 2024 information when schedule + wave details get finalized
in anticipation of adding bracket details to Tournament Wave events, markdown will need to be added to support adding bulletpoints and links with ease.
EventDescription.js
modify the read-in ofevent_package["event_description"]
to become input to the added dependencyJavaScript also gripes on
if (event_package ~== {})
-- might be worth looking into as wellfollow on issue: adding bracket wave details to tournament wave events