Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 4418 days ago | link | parent

Ah yes, the legal attributes for different html tags are specified by the attribute macro in news.arc: https://github.com/arclanguage/anarki/blob/f17c3d2016/lib/ht.... Try adding a similar line:

  (attribute a target opstring)
Here's a more comprehensive fix I made in my repo: https://github.com/akkartik/arc/commit/d7f9b05463#diff-1. I'll update anarki later today or tomorrow, but feel free to send me a pull request :)

Update: it turns out this already works in anarki (thanks to Mark Huetsch): https://github.com/arclanguage/anarki/commit/8fb05f1383#html.... Where did you download arc from, codepapa? Please take a look at https://sites.google.com/site/arclanguagewiki for better-supported versions.