@@ -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)
0 commit comments