X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/53f7dbfa587ef040a4b967babed314bd0f2be984..4e77f22f48222ec1493f0b2052fdba09379206f0:/doc/todo/report_on_specific_markdown_implementation_used.mdwn diff --git a/doc/todo/report_on_specific_markdown_implementation_used.mdwn b/doc/todo/report_on_specific_markdown_implementation_used.mdwn index 59112697b..7efaca1d8 100644 --- a/doc/todo/report_on_specific_markdown_implementation_used.mdwn +++ b/doc/todo/report_on_specific_markdown_implementation_used.mdwn @@ -2,3 +2,16 @@ The [[plugins/mdwn]] plugin can use one of several markdown implementations depe It would be good to have a way to report exactly which version ended up being chosen for a given invocation. Either as a verbose log message, or by setting a variable that could be echoed into content by another command. *— [[Jon]], 2021-11-08*. + +Patch: + +> +1 && LGTM, but i'm not sure that needs gettext since it's debugging? -- [[anarcat]] + +>> Thank you. RE gettext, I think there's value in localizing even debug messages. But +>> I might have not approached it ideally, I did wonder whether instead of `gettext("mdwn: using Text::Markdown::markdown")` +>> I should have done something like `"mdwn: ".gettext("using ")."Text::Markdown::markdown"`. +>> I bow to the superior gettext knowledge of just about anyone. *— [[Jon]], 2021-11-10* + +[[!tag patch]] +[[!template id=gitbranch branch=jon/mdwn-debug-log-chosen-impl author="[[Jon]]"]] +