dimsemenov / PhotoSwipe

JavaScript image gallery for mobile and desktop, modular, framework independent
http://photoswipe.com
MIT License
24.21k stars 3.31k forks source link

Markdown processor: "redcarpet" is not a valid Markdown processor. Available processors are: kramdown #1740

Open JoaoPedroAlex opened 3 years ago

JoaoPedroAlex commented 3 years ago

Hello, when I run grunt I receive this message Markdown processor: "redcarpet" is not a valid Markdown processor. Available processors are: kramdown

Conversion error: Jekyll::Converters::Markdown encountered an error while converting 'documentation/api.md': Invalid Markdown processor given: redcarpet ERROR: YOUR SITE COULD NOT BE BUILT:

                Invalid Markdown processor given: redcarpet
                ------------------------------------------------
  Jekyll 4.2.0   Please append `--trace` to the `build` command
                 for any additional information or backtrace.
                ------------------------------------------------

I would not like to downgrade Jekyll to be ale to use redcarpet, what shall I do to use kramdown, instead. I am new to this things. I would like your help?

andi34 commented 3 years ago

You could try my fork here: https://github.com/andi34/PhotoSwipe

Or see https://github.com/dimsemenov/PhotoSwipe/pull/1687