Gollum
Markdown🔗
By default, Gollum ships with the
kramdown
gem to render Markdown. However, you can use any Markdown renderer supported by github-markup. This includes CommonMark support via thecommonmarker
gem. The first installed renderer from the list will be used (e.g.,redcarpet
will NOT be used ifgithub/markdown
is installed). Justgem install
the renderer of your choice.
Running Gollum via Docker🔗
See Documentation
2023-05-03: fails for me with error
1 2 |
|
The problem seems to be that I’m running Docker rootless, so my user doesn’t match root
, used in the container. For now I am using
1 |
|
Issues🔗
- search includes content of files such as SVG images
- doesn’t render
:...:
emojis