| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "metadata": { | |
| 3 | 3 | "name": "", | |
| 4 | - "signature": "sha256:77e6b7710d7e7ab3d4491978f649959a8b99769df6967b7cb9feab83a67c15eb" | ||
| 4 | + "signature": "sha256:ba20b7e6666952b09ad936f7b9cb32fc0e9ed680a00aeff02035be51895c8e45" | ||
| 5 | 5 | }, | |
| 6 | 6 | "nbformat": 3, | |
| 7 | 7 | "nbformat_minor": 0, | |
@@ -209,7 +209,7 @@ | |||
| 209 | 209 | "\n", | |
| 210 | 210 | "\n", | |
| 211 | 211 | "\n", | |
| 212 | - "### Remedy: id-anchor tag in a separate cell\n", | ||
| 212 | + "### Solution 1: id-anchor tag in a separate cell\n", | ||
| 213 | 213 | "\n", | |
| 214 | 214 | "\n", | |
| 215 | 215 | "\n", | |
@@ -219,6 +219,38 @@ | |||
| 219 | 219 | "<hr>" | |
| 220 | 220 | ] | |
| 221 | 221 | }, | |
| 222 | + { | ||
| 223 | + "cell_type": "markdown", | ||
| 224 | + "metadata": {}, | ||
| 225 | + "source": [ | ||
| 226 | + "### Solution 2: using header cells" | ||
| 227 | + ] | ||
| 228 | + }, | ||
| 229 | + { | ||
| 230 | + "cell_type": "markdown", | ||
| 231 | + "metadata": {}, | ||
| 232 | + "source": [ | ||
| 233 | + "Alternatively, and I think this is an even better solution, is to use header cells.\n", | ||
| 234 | + "<br>\n", | ||
| 235 | + "<br>\n", | ||
| 236 | + "" | ||
| 237 | + ] | ||
| 238 | + }, | ||
| 239 | + { | ||
| 240 | + "cell_type": "markdown", | ||
| 241 | + "metadata": {}, | ||
| 242 | + "source": [ | ||
| 243 | + "To define the hyperlink anchor tag to this \"header cell\" is just the text content of the \"header cell\" connected by dashes. E.g.,\n", | ||
| 244 | + "\n", | ||
| 245 | + "`[link to another section](#Another-section)`\n", | ||
| 246 | + "<br>\n", | ||
| 247 | + "<br>\n", | ||
| 248 | + "<br>\n", | ||
| 249 | + "<br>\n", | ||
| 250 | + "<br>\n", | ||
| 251 | + "<br>" | ||
| 252 | + ] | ||
| 253 | + }, | ||
| 222 | 254 | { | |
| 223 | 255 | "cell_type": "markdown", | |
| 224 | 256 | "metadata": {}, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments