Custom files for the md2html script (Copyright © 1992–2025, EPBCN & Josep Maria Blasco.)
https://rexx.epbcn.com/rexx-parser/doc/utilities/md2html/

Copied from https://rexx.epbcn.com/rexx-parser/bin



--------------------------------------------------------------------------------
Problem with TOC: the links are not working when using
https://htmlpreview.github.io/?https://github.com/jlfaucher/executor/blob/master/sandbox/jlf/_changes.html

This is because of the <base> element added by htmlpreview:

    <head><base href="https://raw.githubusercontent.com/jlfaucher/executor/master/sandbox/jlf/_changes.html">
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>&nbsp;&nbsp;&nbsp;Changes applied to ooRexx 4.2</title>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
        <link rel="stylesheet" href="https://jlfaucher.github.io/css/rexx-vim-light-zellner.css">
        <link rel="stylesheet" href="https://jlfaucher.github.io/css/markdown.css">
        <link rel="stylesheet" href="https://jlfaucher.github.io/css/markdown4xtr.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
        <link href="https://fonts.googleapis.com/css2?family=Questrial&amp;display=swap" rel="stylesheet">
        <!--[if lt IE 9]>
          <script type="text/htmlpreview" src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
          <script type="text/htmlpreview" src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
        <![endif]-->
      </head>


--------------------------------------------------------------------------------
Examples of wrong URLs generated by the TOC

https://htmlpreview.github.io/?
https://htmlpreview.github.io/?https://github.com/jlfaucher/executor/blob/master/README.html
https://raw.githubusercontent.com/jlfaucher/executor/master/README.html#examples-of-extensions
https://raw.githubusercontent.com/jlfaucher/executor/master/README.html#blocks-examples


https://htmlpreview.github.io/?https://github.com/jlfaucher/executor/blob/master/sandbox/jlf/_changes.html#new-native-classes
https://raw.githubusercontent.com/jlfaucher/executor/master/sandbox/jlf/_changes.html#new-native-classes


--------------------------------------------------------------------------------

NamedArguments-Spec.html
URL on github.io (test)
    https://jlfaucher.github.io/executor/
    https://jlfaucher.github.io/executor.master/tests/md2html/NamedArguments-Spec.html

