Error parsing MDX:
[next-mdx-remote] error compiling MDX:
Expected the closing tag `</strong>` either after the end of `emphasis` (35:320) or another opening tag after the start of `emphasis` (35:198)
33 | In an EDI document, each section is described by a particular segment. Below is the set of EDI segments that would describe the purchase order above when using the ANSI standard. Each segment begins with a segment ID (e.g., ST, BEG, N1) that describes the type of data elements that follows. The elements within each segment are separated by a data element separator, in this case the ‘\*’.
34 |
> 35 | <table><tbody><tr><td><strong>ST*850*1001</strong></td><td>ST, to indicate start of a transaction set – in this case the 850 purchase order</td><td> </td></tr><tr><td><strong>BEG*00*SA*4768*65*20120930</strong></td><td>BEG, to indicate the beginning of the PO, specifically</td><td>(1)</td></tr><tr><td><strong>N1*SO*XYZ Company</strong></td><td>N1, a name segment</td><td>(2)</td></tr><tr><td><strong>N3*123 Main Street</strong></td><td>N3, to provide street address</td><td> </td></tr><tr><td><strong>N4*Fairview*CA*94168</strong></td><td>N4, to provide city/state/zip</td><td> </td></tr><tr><td><strong>PO1*1*100*EA*27.65**VN*331896-42</strong></td><td>PO1, to provide line item detail</td><td>(3)</td></tr><tr><td><strong>CTT*1*100</strong></td><td>CTT, to provide summary data for the PO</td><td>(4)</td></tr><tr><td><strong>SE*8*1001</strong></td><td>SE, to indicate the end of the PO</td><td> </td></tr></tbody></table>
| ^
36 |
37 | For each type of business document, the [EDI standard documentation](https://www.edibasics.com/edi-resources/document-standards/) defines:
More information: https://mdxjs.com/docs/troubleshooting-mdx