ethereum / eipw

Mozilla Public License 2.0
27 stars 26 forks source link

FEAT: Add lint preventing EIP references in backticks #93

Closed VictoriaAde closed 1 month ago

VictoriaAde commented 4 months ago

Fixes #90

VictoriaAde commented 2 months ago

Hello @SamWilsn, I apologies for the delay in closing this issue. I have some updates on this...

Given that the implementation looks correct, the issue might be how the AST is being constructed or traversed. I’m currently investigating how the markdown is being parsed into an AST.

Please, let me know if you have any thoughts on this.