Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected the language designation in /docs markdown files for syntax… #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/834 Sample 1 X12 XML.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Sample 1 output serialized to XML

{code:xml}
```xml
<?xml version="1.0"?>
<Interchange>
<ISA>
Expand Down Expand Up @@ -287,4 +287,4 @@
<IEA02>000000031</IEA02>
</IEA>
</Interchange>
{code:xml}
```
4 changes: 2 additions & 2 deletions docs/834 Sample 1 X12 with whitespace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 834 Sample 1 X12 with whitespace

{code:c#}
```csharp
ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**00401**000000031**1**T**:~
GS**BE**901234572000**908887732000**20070816**1615**31**X**004010X096A1~
ST**834**12345~
Expand All @@ -27,4 +27,4 @@ ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**0040
SE**22**12345~
GE**1**31~
IEA**1**000000031~
{code:c#}
```
4 changes: 2 additions & 2 deletions docs/837P Sample 1 X12 XML.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 837 Professional Claim, Sample 1 X12 XML
{code:xml}
```xml
<?xml version="1.0"?>
<Interchange>
<ISA>
Expand Down Expand Up @@ -477,4 +477,4 @@
<IEA02>000000905</IEA02>
</IEA>
</Interchange>
{code:xml}
```
4 changes: 2 additions & 2 deletions docs/Parsing an 834 Transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following example will show you how to:

A sample 834 file that looks like this:

{code:c#}
```csharp
ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**00401**000000031**1**T**:~
GS**BE**901234572000**908887732000**20070816**1615**31**X**004010X096A1~
ST**834**12345~
Expand Down Expand Up @@ -178,4 +178,4 @@ ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**0040
SE**22**12345~
GE**1**31~
IEA**1**000000031~
{code:c#}
```