You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/fixtures/list-item/0.md
+26-18
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ These are valid list items that don't need a description.
54
54
-[foo](https://foo.com) - The so-called `awesome-lint` project.
55
55
56
56
Test description's ending punctuation.
57
+
57
58
-[foo](https://foo.com) - Ending with a period.
58
59
-[foo](https://foo.com) - Ending with an exclamation mark!
59
60
-[foo](https://foo.com) - Ending with a question mark?
@@ -80,7 +81,7 @@ Test description's ending punctuation.
80
81
-[foo](https://foo.com) - “Article's quote full of edge cases with non-balanced quote marks . But too long to be in full (…) so here is the best part — making an important point — with a twist.”
81
82
82
83
-[foo](https://foo.com) - Ending with a parenthetical. (Japanese)
83
-
-[foo](https://foo.com) - Ending with an emphasis parenthetical. *(Japanese)*
84
+
-[foo](https://foo.com) - Ending with an emphasis parenthetical. _(Japanese)_
84
85
-[foo](https://foo.com) - Ending with a strong parenthetical. **(Japanese)**
85
86
86
87
-[foo](https://foo.com) - Ending with an emoji case 1. 📷
@@ -89,63 +90,70 @@ Test description's ending punctuation.
89
90
-[foo](https://foo.com) - Ending with an emoji case 3. ⌚
90
91
91
92
These list items are special-cases which replace punctuation with emoji.
- [Asyncio](https://github.com/timofurrer/awesome-asyncio#readme) - Asynchronous I/O in Python 3.
132
-
- [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio#readme) - Scientific research in audio/music.
133
-
-[CircuitPython](https://github.com/adafruit/awesome-circuitpython#readme) - A version of Python for microcontrollers.
134
139
140
+
-[Asyncio](https://github.com/timofurrer/awesome-asyncio#readme) - Asynchronous I/O in Python 3.
141
+
-[Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio#readme) - Scientific research in audio/music.
142
+
-[CircuitPython](https://github.com/adafruit/awesome-circuitpython#readme) - A version of Python for microcontrollers.
135
143
136
144
-[why-is-node-running](https://github.com/mafintosh/why-is-node-running) - Node.js is running but you don't know why?
137
145
138
-
139
146
-[gtkada] - Ada graphical toolkit based on Gtk3 components (issue #161 link reference below but checked by `remark-lint-no-undefined-references` not `rules/list-item.js`).
140
-
-[*example*`code`][exampleref] - Another linkref but with children.
147
+
-[_example_`code`][exampleref] - Another linkref but with children.
-[API Error Middleware](https://github.com/skelpo/APIErrorMiddleware) - Vapor middleware for converting thrown errors to JSON responses.
143
150
-[Bugsnag](https://github.com/nodes-vapor/bugsnag) - Report errors with Bugsnag.
151
+
-[](#-)[](#-"Tooltip")[Bugsnag](https://github.com/nodes-vapor/bugsnag) - Report errors with Bugsnag.
144
152
-[ArcGIS location services - Postman Workspace](https://www.postman.com/arcgis-developer/workspace/arcgis-location-services) - Official Postman collections to work with the Geocoding & Search API, Routing & Directions API, Demographics & GeoEnrichment API, Data hosting and more (issue #146).
145
153
-[rmw](https://github.com/ros2/rmw/tree/master/rmw) - Contains the ROS middleware API  (issue #49).
146
154
<!-- TODO
147
-
- [__Compiling machine learning programs via high-level tracing__. Roy Frostig, Matthew James Johnson, Chris Leary. _MLSys 2018_.](https://mlsys.org/Conferences/doc/2018/146.pdf) - This white paper describes an early version of JAX, detailing how computation is traced and compiled (issue #136)
148
-
-->
155
+
- [**Compiling machine learning programs via high-level tracing**. Roy Frostig, Matthew James Johnson, Chris Leary. _MLSys 2018_.](https://mlsys.org/Conferences/doc/2018/146.pdf) - This white paper describes an early version of JAX, detailing how computation is traced and compiled (issue #136)
0 commit comments