BenjaminHoegh / ParsedownExtended

ParsedownExtended is an extention for Parsedown, offering additional features and functionalities.
https://benjaminhoegh.github.io/ParsedownExtended
MIT License
37 stars 7 forks source link

[Bug]: Link options interfere with images #33

Closed BenjaminHoegh closed 3 years ago

BenjaminHoegh commented 3 years ago

Describe the bug

When using

$Parsedown = new ParsedownExtended([
    'links' => false
]);

it also disable images

Expected Behavior

Images should work even when links are disabled

Relevant log output

No response

Environment

ParsedownExtended Version

1.0.1

Code of Conduct