vihanb / PPCG-Design

A redesign of the PPCG website
codegolf.stackexchange.com
35 stars 14 forks source link

Secondary non-competing header gets parsed as byte count #91

Closed ETHproductions closed 7 years ago

ETHproductions commented 7 years ago

For example:

Jelly, 11 bytes

Pretty long.

Non-competing, 5 bytes (since I just added a new atom)

Pretty short.

This gets parsed as 5 bytes for some reason.

Reference

ETHproductions commented 7 years ago

Turns out it was ignoring the bytes keyword because of the link around it. Fixed by removing all links from the header before parsing.