FormidableLabs / prism-react-renderer

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

Leading spaces ignored for the first line #234

Closed zenera closed 7 months ago

zenera commented 9 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 7 months ago

Please file this issue upstream with Prismjs