You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^1]: For purposes of this discussion, `virt_to_phys` includes several
functions that while not identical are similar enough to assume they do the
same thing. `__pa` and `__virt_to_phys` are included in this category.
[^2]: If your distro supports it, try running `cat
/sys/kernel/debug/kernel_page_tables` to see the entire virtual address space.
But on your website it becomes this:
<p>functions that while not identical are similar enough to assume they do the
same thing. <codeclass="language-plaintext highlighter-rouge">__pa</code> and <codeclass="language-plaintext highlighter-rouge">__virt_to_phys</code> are included in this category.</p><p>/sys/kernel/debug/kernel_page_tables` to see the entire virtual address space.</p><divclass="footnotes" role="doc-endnotes"><ol><liid="fn:1" role="doc-endnote"><p>For purposes of this discussion, <codeclass="language-plaintext highlighter-rouge">virt_to_phys</code> includes several <ahref="#fnref:1" class="reversefootnote" role="doc-backlink">↩</a></p></li><liid="fn:2" role="doc-endnote"><p>If your distro supports it, try running `cat <ahref="#fnref:2" class="reversefootnote" role="doc-backlink">↩</a></p></li></ol></div>
Line breaks in the source code literally broke the rendering of footnotes, only the first line of each footnote is in its place, while remaining text is placed before the div class="footnotes", here is a screenshot:
Did I get anything wrong?
The text was updated successfully, but these errors were encountered:
Hi!
I came across your website today (btw, thank you very much for your articles!) and it seems to me that I've found a bug in markdown rendering. At first I've noticed it here: https://www.labbott.name/blog/2016/11/29/virt-to-phys-and-back-again/
Original markdown source looks like this:
But on your website it becomes this:
Line breaks in the source code literally broke the rendering of footnotes, only the first line of each footnote is in its place, while remaining text is placed before the
div class="footnotes"
, here is a screenshot:Did I get anything wrong?
The text was updated successfully, but these errors were encountered: