From e5524de6bc1dc49c11535202709a833872a8c149 Mon Sep 17 00:00:00 2001 From: Mathias Kende Date: Sun, 7 Apr 2024 23:12:42 +0200 Subject: [PATCH] Add a note in the options. --- lib/Markdown/Perl/Options.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Markdown/Perl/Options.pm b/lib/Markdown/Perl/Options.pm index 3b1e23a..dafbe7e 100644 --- a/lib/Markdown/Perl/Options.pm +++ b/lib/Markdown/Perl/Options.pm @@ -39,6 +39,9 @@ L to learn how to set a mode. Note that all options are applied I of the selected mode. Even if the options are passed before the mode, the mode will not override the options. +Note also that only the modes are tested as coherent selves. Setting individual +options on top of a given mode might result in inconsistent behavior. + =head1 OPTIONS =cut