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

Use -- for en-dashes and --- for em-dashes #206

Merged
merged 7 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
156 changes: 78 additions & 78 deletions docs/odata-csdl-json/odata-csdl-json.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ All other text is normative unless otherwise labeled.
Here is a customized command line which will generate HTML from this markdown file (named `odata-csdl-json-v4.02-csd01.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
pandoc -f gfm+tex_math_dollars+fenced_divs+smart
-t html
-o odata-csdl-json-v4.02-csd01.html
-c styles/markdown-styles-v1.7.3b.css
Expand Down Expand Up @@ -563,17 +563,17 @@ Type|Meaning
`Edm.Date` |Date without a time-zone offset
`Edm.DateTimeOffset` |Date and time with a time-zone offset, no leap seconds
`Edm.Decimal` |Numeric values with decimal representation
`Edm.Double` |IEEE 754 binary64 floating-point number (15-17 decimal digits)
`Edm.Double` |IEEE 754 binary64 floating-point number (15--17 decimal digits)
`Edm.Duration` |Signed duration in days, hours, minutes, and (sub)seconds
`Edm.Guid` |16-byte (128-bit) unique identifier
`Edm.Int16` |Signed 16-bit integer
`Edm.Int32` |Signed 32-bit integer
`Edm.Int64` |Signed 64-bit integer
`Edm.SByte` |Signed 8-bit integer
`Edm.Single` |IEEE 754 binary32 floating-point number (6-9 decimal digits)
`Edm.Single` |IEEE 754 binary32 floating-point number (6--9 decimal digits)
`Edm.Stream` |Binary data stream
`Edm.String` |Sequence of characters
`Edm.TimeOfDay` |Clock time 00:00-23:59:59.999999999999
`Edm.TimeOfDay` |Clock time 00:00--23:59:59.999999999999
`Edm.Geography` |Abstract base type for all Geography types
`Edm.GeographyPoint` |A point in a round-earth coordinate system
`Edm.GeographyLineString` |Line string in a round-earth coordinate system
Expand Down Expand Up @@ -5952,7 +5952,7 @@ http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/. Latest version available
## <a name="InformativeReferences" href="#InformativeReferences">A.2 Informative References</a>

###### <a name="_OpenUI5">[OpenUI5]</a>
_OpenUI5 Version 1.40.10 - OData V4 Metadata JSON Format_.
_OpenUI5 Version 1.40.10 --- OData V4 Metadata JSON Format_.
https://openui5.hana.ondemand.com/1.40.10/#docs/guide/87aac894a40640f89920d7b2a414499b.html.

-------
Expand Down
180 changes: 90 additions & 90 deletions docs/odata-csdl-xml/odata-csdl-xml.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ All other text is normative unless otherwise labeled.
Here is a customized command line which will generate HTML from this markdown file (named `odata-csdl-xml-v4.02-csd01.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
pandoc -f gfm+tex_math_dollars+fenced_divs+smart
-t html
-o odata-csdl-xml-v4.02-csd01.html
-c styles/markdown-styles-v1.7.3b.css
Expand Down Expand Up @@ -503,17 +503,17 @@ Type|Meaning
`Edm.Date` |Date without a time-zone offset
`Edm.DateTimeOffset` |Date and time with a time-zone offset, no leap seconds
`Edm.Decimal` |Numeric values with decimal representation
`Edm.Double` |IEEE 754 binary64 floating-point number (15-17 decimal digits)
`Edm.Double` |IEEE 754 binary64 floating-point number (15--17 decimal digits)
`Edm.Duration` |Signed duration in days, hours, minutes, and (sub)seconds
`Edm.Guid` |16-byte (128-bit) unique identifier
`Edm.Int16` |Signed 16-bit integer
`Edm.Int32` |Signed 32-bit integer
`Edm.Int64` |Signed 64-bit integer
`Edm.SByte` |Signed 8-bit integer
`Edm.Single` |IEEE 754 binary32 floating-point number (6-9 decimal digits)
`Edm.Single` |IEEE 754 binary32 floating-point number (6--9 decimal digits)
`Edm.Stream` |Binary data stream
`Edm.String` |Sequence of characters
`Edm.TimeOfDay` |Clock time 00:00-23:59:59.999999999999
`Edm.TimeOfDay` |Clock time 00:00--23:59:59.999999999999
`Edm.Geography` |Abstract base type for all Geography types
`Edm.GeographyPoint` |A point in a round-earth coordinate system
`Edm.GeographyLineString` |Line string in a round-earth coordinate system
Expand Down Expand Up @@ -5659,7 +5659,7 @@ http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/. Latest version available
## <a name="InformativeReferences" href="#InformativeReferences">A.2 Informative References</a>

###### <a name="_OpenUI5">[OpenUI5]</a>
_OpenUI5 Version 1.40.10 - OData V4 Metadata JSON Format_.
_OpenUI5 Version 1.40.10 --- OData V4 Metadata JSON Format_.
https://openui5.hana.ondemand.com/1.40.10/#docs/guide/87aac894a40640f89920d7b2a414499b.html.

-------
Expand Down
Loading