File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ And now we introduce two more annotations: `link` and `label`
56
56
57
57
``` js focus=4,8
58
58
function lorem (ipsum , dolor = 1 ) {
59
+ // link[15:19] #bash-like-comments
59
60
const sit = ipsum == null && 0
60
61
dolor = sit - amet (dolor)
61
62
// link[16:26] https://github.com/code-hike/codehike
@@ -69,7 +70,7 @@ function adipiscing(...elit) {
69
70
}
70
71
```
71
72
72
- Bash like comments
73
+ < h3 id = " bash-like-comments " > Bash like comments</ h3 >
73
74
74
75
``` python
75
76
def lorem (ipsum , dolor = 1 ):
Original file line number Diff line number Diff line change @@ -201,8 +201,6 @@ function CodeLink({
201
201
return (
202
202
< a
203
203
href = { url }
204
- target = "_blank"
205
- rel = "noopener noreferrer"
206
204
title = { title }
207
205
style = { {
208
206
textDecoration : "underline" ,
You can’t perform that action at this time.
0 commit comments