Open TyOverby opened 3 years ago
I'd expect this to work as well, might be a bug in the parts delimiters parsing, I'll take a look, thanks for reporting it!
@NathanReb With 1.10.1 the only ocaml comments I can seem to make work are (* $MDX part-end *)
, without the =<...>
portion that @TyOverby suggests. What version did you expect to work?
Sorry for the delay on this.
@smondet you're right that part-end
does not expect a value.
I'm not sure why I expected it to work but it's indeed not supported at the moment. I agree it would be a nice feature and we should look into it.
We need to make sure that other delimiters are dropped from the output, i.e. that in your example, if you import text-box
, you can't see the text-box-def
delimiters in your mdx block.
We have to wrap up the 2.0.0 release but then we can look into implementing this feature! CC @Leonidas-from-XIV
I expected to be able to write this:
where the "textbox-def" region is contained within the "textbox" region.
but mdx tells me