-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markup for doc strings #177
Conversation
My terminal parses hyperlinks by default, but this will probably be useful on some terminals that don't.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #177 +/- ##
==========================================
+ Coverage 76.09% 80.15% +4.06%
==========================================
Files 41 42 +1
Lines 7383 7676 +293
==========================================
+ Hits 5618 6153 +535
+ Misses 1765 1523 -242 ☔ View full report in Codecov by Sentry. |
Makes Rink parse out the links and date strings when using the token format machinery. This is a new syntax in the definitions file with
<abc>
for links and#abc#
for dates.Replaced ansi_term with nu-ansi-term because the former was unmaintained. The latter comes with the ability to set hyperlinks.