FormidableLabs / prism-react-renderer

🖌️ Renders highlighted Prism output to React (+ theming & vendored Prism)
MIT License
1.88k stars 153 forks source link

Leading spaces ignored for the first line #234

Closed zenera closed 9 months ago

zenera commented 11 months ago

For the first line of a code block, always leading spaces are ignored. For example:

   begin
   end

The output is:

begin
   end
carbonrobot commented 9 months ago

Please file this issue upstream with Prismjs