diff --git a/src/default/partials/type.hbs b/src/default/partials/type.hbs
index 58717642..d16afe9c 100644
--- a/src/default/partials/type.hbs
+++ b/src/default/partials/type.hbs
@@ -24,7 +24,7 @@
{{/if}}
{{#each types}}
{{#if @index}}
- |
+ {{#ifCond ../type '==' 'intersection'}}&{{else}}|{{/ifCond}}
{{/if}}{{> type}}
{{/each}}
{{#if isArray}}