essepuntato / rash

Research Articles in Simplified HTML (RASH) Framework includes a markup language defined as a subset of HTML+RDF for writing scientific articles, and related tools to convert it into different formats, to extract data from it, etc.
https://w3id.org/people/essepuntato/papers/rash-peerj2016.html
ISC License
82 stars 24 forks source link

Fix endnotes visualization #108

Closed gspinaci closed 7 years ago

gspinaci commented 7 years ago

Fix endnotes rendered visualisation Now are rendered as follow

endnotes
gspinaci commented 7 years ago

The structure is the following: a > sup > a, and the nested a is viewed as an anchor. It can be removed during editing, adding to sup an attribute which store the entire anchor tag, necessary to rebuilt original rash structure

gspinaci commented 7 years ago

Footnote structure is changed, the nested a element isn't added anymore. Now rash.js has to store any information inside the sup element (id: fn_)

gspinaci commented 7 years ago

Close, reference to #112