This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git
commit dcfabbda620cd3c2014d67b6a167bff06ccd4324 Author: Steve Lawrence <[email protected]> AuthorDate: Wed Feb 7 10:11:50 2018 -0500 Fix missing code markings --- site/tdml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/tdml.md b/site/tdml.md index 953a236..e92973b 100644 --- a/site/tdml.md +++ b/site/tdml.md @@ -389,7 +389,7 @@ result: by the time a program is reading the XML data, it should only see LF line endings. It is possible to get a literal CR character into XML content, but ONLY by -using the numeric character entity notation, i.e., 
. So one might try to +using the numeric character entity notation, i.e., ``
``. So one might try to write the above test as: ```xml
