This does not produce a proper table
Built-in type | Defined as
:-------------------- | :---------
`term` | `any`
`binary` | `one | two`
`bitstring` | `three`
because of the pipe inside an inline block. Is it really "specified" by the "spec" (whichever "spec" defines table syntax) to act that way?
Intuitively, it is more appropriate to strip any symbols inside and of any special meaning, similar to how *, _, and others work.
This does not produce a proper table
because of the pipe inside an inline block. Is it really "specified" by the "spec" (whichever "spec" defines table syntax) to act that way?
Intuitively, it is more appropriate to strip any symbols inside
andof any special meaning, similar to how*,_, and others work.