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

Allow linebreaks in the `prefix` attribute #22

Closed sideshowbarker closed 9 years ago

sideshowbarker commented 9 years ago

In the XSD regex flavor, .* will not match linebreaks. If you want to allow linebreaks in the value, you have to do [\s\S] instead.

essepuntato commented 9 years ago

Thanks for this!