Skip to content

Get title from Markdown filename

Stefan Hugtenburg requested to merge title_from_md_filename into master

Small change to get the title from the markdown file if it has a "special name". If it doesn't (aka, just "description.md"), then fall back on the old fallback: directory name. This is also slightly more consistent with the Java generator that always uses the markdown file name (and never the directory name).

Merge request reports

Loading