What happens if my nlu.md file contains multiple of the same intent?

Hi!

Would Rasa pickup a training data like this?

## intent:inform
- [example1](someEntity1)
- [example2](someEntity1)

## intent:inform
- [example3](someEntity2)
- [example4](someEntity3) [example5](someEntity2)

Would it get that these should be concatenated?

Thanks for the help and this awesome project!