how can I achieve the following stuff? I have this shortcode to include .md files into other .md files, this is super useful for tabbed content, to have content for each tab into different files: includeMarkdown.html
also I have number of shortcodes for simplified rendering for blocks like quotes, tips blocks, hero section and etc, like wrapping components.
Whenever I include files into base .md file like this
{{% includeMarkdown "path" /%}}
any shortcodes inside child-file does not work, coz markdownify render all shortcodes as plain text without any parsing. What am I doing wrong? Is there anyway to parse those files with “Blackfriday” or what HUGO is using for self rendering?
Hey, stop moving this back into #tips-tricks. You have a #support question, that is where it goes. Tips and Tricks are when someone is sharing something, not asking a question.
I was trying to do this as well but ran into the same issue as everyone else. I don’t think its currently possible but maybe @bep knows of a solution or workaround.