Another attempt to make bullets work in Markdown.

This commit is contained in:
Don Cross
2019-05-07 14:59:04 -04:00
parent 58e6aeb0f9
commit 1f905f1bbd
3 changed files with 12 additions and 12 deletions

View File

@@ -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);

View File

@@ -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 |
| --- | --- | --- |

View File

@@ -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);