Learning with Texts - Fork
2.10.0-fork
Learn foreign languages with texts
|
Simple Mardown to HTML utility file. More...
Namespaces | |
Lwt_Documentation | |
Functions | |
markdown_converter ($file_path) | |
markdown_integration ($file_path) | |
Simple Mardown to HTML utility file.
PHP version 8.1
markdown_converter | ( | $file_path | ) |
Convert a markdown file to HTML and return the result.
string | $file_path | Full path for the file to use, including extension. |
markdown_integration | ( | $file_path | ) |
Prepapre the integration of a Markdown file into info.html.
Headers are incremented by one level. File name become an ID.
string | $file_path | Full path for the file to use, including extension (should be ".md") |