We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Types of links: html, riscript-internal, custom?
Use-case for arguments. A. inline (Some text).link(http://blah.com/foo/bar.html) (Some text).link(foo/bar.html)
(Some text).link(http://blah.com/foo/bar.html)
(Some text).link(foo/bar.html)
B.
$opts={type:html, href:http://blah.com/foo/bar.html, target:_blank } // a JSON string (Some text).link()
The text was updated successfully, but these errors were encountered:
dhowe
No branches or pull requests
Types of links: html, riscript-internal, custom?
Use-case for arguments.
A. inline
(Some text).link(http://blah.com/foo/bar.html)
(Some text).link(foo/bar.html)
B.
The text was updated successfully, but these errors were encountered: