To import post content from Substack, you need to convert it into a Ghost compatible JSON file. You can use the migrate package for this, which is what we use for migrations. The docs for Substack migrations should help.
In a nut shell, it’s this command:
migrate substack /path/to/substack-file.csv
You’re right that the help article doesn’t mention importing content. I’ll make sure that gets updated!