Skip to content

Commit e641b54

Browse files
committed
Properly escape paths in erb example code blocks in guides [ci-skip]
1 parent a7e3798 commit e641b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/asset_pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ pin "md5", to: "https://cdn.jsdelivr.net/npm/[email protected]/md5.js"
240240
```
241241
242242
```erb
243-
# app/views/layouts/application.html.erb
243+
<%# app/views/layouts/application.html.erb %>
244244
<%= javascript_importmap_tags %>
245245
246-
# will include the following link before the importmap is setup:
246+
<%# will include the following link before the importmap is setup: %>
247247
<link rel="modulepreload" href="https://ga.jspm.io/npm:@github/[email protected]/dist/index.js">
248248
...
249249
```

0 commit comments

Comments
 (0)