File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ module.exports = {
253
253
markdown: {
254
254
lineNumbers: true
255
255
}
256
- }
256
+ }
257
257
```
258
258
259
259
<!-- TODO Support line numbers for specific fence block -->
@@ -262,12 +262,12 @@ module.exports = {
262
262
263
263
<picture >
264
264
<source srcset =" /line-numbers-desktop.png " media =" (min-width: 719px) " >
265
- <img class =" line-numbers-desktop-snap " alt =" Image " >
265
+ <img src = " /line-numbers-desktop.png " class =" line-numbers-desktop-snap " alt =" Image " >
266
266
</picture >
267
267
268
268
<picture >
269
269
<source srcset =" /line-numbers-mobile.gif " media =" (max-width: 719px) " >
270
- <img class =" line-numbers-mobile-snap " alt =" Image " >
270
+ <img src = " /line-numbers-mobile.gif " class =" line-numbers-mobile-snap " alt =" Image " >
271
271
</picture >
272
272
273
273
<style >
@@ -299,7 +299,7 @@ You can import code snippets from existing files via following syntax:
299
299
It also supports [ line highlighting] ( #line-highlighting-in-code-blocks ) :
300
300
301
301
``` md
302
- <<< @/filepath{highlightLines}
302
+ <<< @/filepath{highlightLines}
303
303
```
304
304
305
305
** Input**
You can’t perform that action at this time.
0 commit comments