bitbrain / jekyll-dash

🌒 Light and dark blog theme for Jekyll, inspired by Dash UI for Atom.
https://bitbra.in
Apache License 2.0
287 stars 107 forks source link

Font Awesome rendering issues on Arch Linux, Chrome latest version #79

Open az0mb13 opened 2 years ago

az0mb13 commented 2 years ago

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 image

Desktop (please complete the following information):

bitbrain commented 2 years ago

It is supposed to look like this: Capture seems like that Font Awesome is not correctly working in that case.

az0mb13 commented 2 years ago

It is supposed to look like this: Capture 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)_