jekyll-dash
jekyll-dash copied to clipboard
Font Awesome rendering issues on Arch Linux, Chrome latest version
Describe the bug When using number bullets inside an indented block, it inserts an extra character that can't be viewed and shows a crossed box instead.
To Reproduce Steps to reproduce the behavior: Use the following content in a post -
> _References:_
>
> 1. _[https://book.hacktricks.xyz/pentesting-web/xss-cross-site-scripting/server-side-xss-dynamic-pdf](https://book.hacktricks.xyz/pentesting-web/xss-cross-site-scripting/server-side-xss-dynamic-pdf)_
> 2. _[https://www.noob.ninja/2017/11/local-file-read-via-xss-in-dynamically.html](https://www.noob.ninja/2017/11/local-file-read-via-xss-in-dynamically.html)_
The behavior can be observed at the bottom of this post - https://blog.dixitaditya.com/2020/10/09/leveraging-xss-to-read-internal-files.html
Expected behavior There should not be extra character according to the markdown.
Screenshots
Desktop (please complete the following information):
- Arch Linux, Chrome latest version
It is supposed to look like this:
seems like that Font Awesome is not correctly working in that case.
It is supposed to look like this:
seems like that Font Awesome is not correctly working in that case.
Actually I made changes to my blog post, removed number bullets with -
. Please refer to the markdown shown above in the bug
> 1. _[https://book.hacktricks.xyz/pentesting-web/xss-cross-site-scripting/server-side-xss-dynamic-pdf](https://book.hacktricks.xyz/pentesting-web/xss-cross-site-scripting/server-side-xss-dynamic-pdf)_