JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

#114 Allow using HTTPS schema in GFM auto links without schema #115

Closed dtretyakov closed 1 year ago

dtretyakov commented 1 year ago

By default GFMFlavourDescriptor uses HTTP schema in HTML generator which is insecure. This change allows override this behaviour by providing makeHttpsAutoLinks = true parameter.

Fixes #114