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`
5656
5757``` js focus=4,8
5858function lorem (ipsum , dolor = 1 ) {
59+ // link[15:19] #bash-like-comments
5960 const sit = ipsum == null && 0
6061 dolor = sit - amet (dolor)
6162 // link[16:26] https://github.com/code-hike/codehike
@@ -69,7 +70,7 @@ function adipiscing(...elit) {
6970}
7071```
7172
72- Bash like comments
73+ < h3 id = " bash-like-comments " > Bash like comments</ h3 >
7374
7475``` python
7576def lorem (ipsum , dolor = 1 ):
Original file line number Diff line number Diff line change @@ -201,8 +201,6 @@ function CodeLink({
201201 return (
202202 < a
203203 href = { url }
204- target = "_blank"
205- rel = "noopener noreferrer"
206204 title = { title }
207205 style = { {
208206 textDecoration : "underline" ,
You can’t perform that action at this time.
0 commit comments