Created
December 30, 2020 22:37
-
-
Save blackrobot/f1510623f0bd6cbfbb18548a7a05f76b to your computer and use it in GitHub Desktop.
Example of OctoLinker mangling the HTML of a django source file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- OctoLinker Enabled --> | |
<tr> | |
<td id="L4" class="blob-num js-line-number" data-line-number="4"></td> | |
<td id="LC4" class="blob-code blob-code-inner js-file-line highlighted"> | |
<span class="pl-k">from</span> | |
<a data-pjax="true" class="octolinker-link" href="https://www.djangoproject.com"> | |
<span class="pl-s1">django</span>. | |
<span class="pl-s1">apps</span> | |
<span class="pl-s1"> | |
<span class="pl-token" data-hydro-click="{"event_type":"code_navigation.click_on_symbol","payload":{"action":"click_on_symbol","repository_id":4164482,"ref":"a9a7421ab83361746549d574ca13438ba93c95fe","language":"Python","originating_url":"https://github.com/django/django/blob/a9a7421ab83361746549d574ca13438ba93c95fe/django/contrib/auth/checks.py","user_id":85895}}" data-hydro-click-hmac="a987f9b6fad47553f0ed81d9247442e2c673144f316ce4e8b99e506dae4ab0f5">apps</span> | |
</span> | |
</a> | |
<span class="pl-k">import</span> | |
</td> | |
</tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment