@@ -1046,7 +1046,7 @@ defmodule DateTime do
10461046  its abbreviation, which means information is lost when converting to such 
10471047  format. 
10481048
1049-   ###  Examples 
1049+   ## Examples 
10501050
10511051      iex> dt = %DateTime{year: 2000, month: 2, day: 29, zone_abbr: "CET", 
10521052      ...>                hour: 23, minute: 0, second: 7, microsecond: {0, 0}, 
@@ -1390,7 +1390,7 @@ defmodule DateTime do
13901390  custom (but relatively common) representation which appends the time 
13911391  zone abbreviation and full name to the datetime. 
13921392
1393-   ###  Examples 
1393+   ## Examples 
13941394
13951395      iex> dt = %DateTime{year: 2000, month: 2, day: 29, zone_abbr: "CET", 
13961396      ...>                hour: 23, minute: 0, second: 7, microsecond: {0, 0}, 
@@ -1636,7 +1636,7 @@ defmodule DateTime do
16361636  not currently supported in Elixir's standard library but it is available 
16371637  by third-party libraries. 
16381638
1639-   ###  Examples 
1639+   ## Examples 
16401640
16411641      iex> dt = DateTime.from_naive!(~N[2018-11-15 10:00:00], "Europe/Copenhagen", FakeTimeZoneDatabase) 
16421642      iex> dt |> DateTime.add(3600, :second, FakeTimeZoneDatabase) 
@@ -1922,7 +1922,7 @@ defmodule DateTime do
19221922  ## Examples 
19231923
19241924  Imagine someone implements `Calendar.Holocene`, a calendar based on the 
1925-   Gregorian calendar that adds exactly 10, 000 years to the current Gregorian 
1925+   Gregorian calendar that adds exactly 10  000 years to the current Gregorian 
19261926  year: 
19271927
19281928      iex> dt1 = %DateTime{year: 2000, month: 2, day: 29, zone_abbr: "AMT", 
@@ -1969,7 +1969,7 @@ defmodule DateTime do
19691969  ## Examples 
19701970
19711971  Imagine someone implements `Calendar.Holocene`, a calendar based on the 
1972-   Gregorian calendar that adds exactly 10, 000 years to the current Gregorian 
1972+   Gregorian calendar that adds exactly 10  000 years to the current Gregorian 
19731973  year: 
19741974
19751975      iex> dt1 = %DateTime{year: 2000, month: 2, day: 29, zone_abbr: "AMT", 
0 commit comments