pub fn create_concept( path: impl AsRef<Path>, options: &ConceptOptions, ) -> Result<PathBuf>
Creates a new concept markdown file with proper frontmatter and heading.
Returns an io::Error if the file already exists (and force is false), or if writing to disk fails.
io::Error
force