slsrepo / multimarkdown-spm

Lightweight markup processor to produce HTML, LaTeX, and more.
https://fletcher.github.io/MultiMarkdown-6/
Other
5 stars 1 forks source link

Support for transclusion #2

Open nickasd opened 2 years ago

nickasd commented 2 years ago

Is there an equivalent to mmd_transclude_source or a way of correctly handling transcluded files?

slsrepo commented 2 years ago

Hi Nick,

There isn't a Swift equivalent for mmd_transclude_source, but it should work using the C function.

If you tried using it and it failed for some reason, let me know and I'll take a look :)

nickasd commented 2 years ago

Thanks for getting back to me. This means that I would have to include the bridging header in order to use those C functions, right? I actually removed it since I thought that I wouldn't need it anymore.