From 1f905f1bbd718dc68bc308da50aaba98bd786dda Mon Sep 17 00:00:00 2001 From: Don Cross Date: Tue, 7 May 2019 14:59:04 -0400 Subject: [PATCH] Another attempt to make bullets work in Markdown. --- generate/template/astronomy.js | 8 ++++---- source/js/README.md | 8 ++++---- source/js/astronomy.js | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generate/template/astronomy.js b/generate/template/astronomy.js index 82394bfa..3ccd42b0 100644 --- a/generate/template/astronomy.js +++ b/generate/template/astronomy.js @@ -2444,10 +2444,10 @@ Astronomy.SearchRelativeLongitude = function(body, targetRelLon, startDate) { * center of the Moon, as seen from the center of the Earth. * Certain longitude values have conventional meanings: * - * * 0 = new moon - * * 90 = first quarter - * * 180 = full moon - * * 270 = third quarter + * * 0 = new moon + * * 90 = first quarter + * * 180 = full moon + * * 270 = third quarter */ Astronomy.MoonPhase = function(date) { return Astronomy.LongitudeFromSun('Moon', date); diff --git a/source/js/README.md b/source/js/README.md index 632a1262..17994827 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -864,10 +864,10 @@ Determines the moon's phase expressed as an ecliptic longitude. center of the Moon, as seen from the center of the Earth. Certain longitude values have conventional meanings: - * 0 = new moon - * 90 = first quarter - * 180 = full moon - * 270 = third quarter +* 0 = new moon +* 90 = first quarter +* 180 = full moon +* 270 = third quarter | Param | Type | Description | | --- | --- | --- | diff --git a/source/js/astronomy.js b/source/js/astronomy.js index 8d54141b..75aa92ae 100644 --- a/source/js/astronomy.js +++ b/source/js/astronomy.js @@ -3282,10 +3282,10 @@ Astronomy.SearchRelativeLongitude = function(body, targetRelLon, startDate) { * center of the Moon, as seen from the center of the Earth. * Certain longitude values have conventional meanings: * - * * 0 = new moon - * * 90 = first quarter - * * 180 = full moon - * * 270 = third quarter + * * 0 = new moon + * * 90 = first quarter + * * 180 = full moon + * * 270 = third quarter */ Astronomy.MoonPhase = function(date) { return Astronomy.LongitudeFromSun('Moon', date);