Travel: Use GFM markup for the flight time/budget table.
This looks a little less good in ASCII, but lets us automate conversion to HTML.
This commit is contained in:
parent
783dcdd92f
commit
5421bbd804
1 changed files with 7 additions and 14 deletions
|
@ -356,20 +356,13 @@ measured from the scheduled departure time of the first flight in the
|
||||||
itinerary to the scheduled landing time of the final flight. We use the
|
itinerary to the scheduled landing time of the final flight. We use the
|
||||||
following table to determine the budget:
|
following table to determine the budget:
|
||||||
|
|
||||||
+--------------------------------------+------------------------------------+
|
If the travel time for a flight is… | the budget for that flight is…
|
||||||
| If the travel time for a flight is… | the budget for that flight is… |
|
-------------------------------------|-----------------------------------
|
||||||
+--------------------------------------+------------------------------------+
|
the same or longer than the flight with the lowest available fare | the lowest available fare + US$100
|
||||||
| the same or longer than the flight | the lowest available fare + US$100 |
|
less than three hours shorter | the lowest available fare + US$100
|
||||||
| with the lowest fare | |
|
between three and six hours shorter | the lowest available fare + US$200
|
||||||
+--------------------------------------+------------------------------------+
|
between six and ten hours shorter | the lowest available fare + US$350
|
||||||
| less than three hours shorter | the lowest available fare + US$100 |
|
at least ten hours shorter | the lowest available fare + US$600
|
||||||
+--------------------------------------+------------------------------------+
|
|
||||||
| between three and six hours shorter | the lowest available fare + US$200 |
|
|
||||||
+--------------------------------------+------------------------------------+
|
|
||||||
| between six and ten hours shorter | the lowest available fare + US$350 |
|
|
||||||
+--------------------------------------+------------------------------------+
|
|
||||||
| at least ten hours shorter | the lowest available fare + US$600 |
|
|
||||||
+--------------------------------------+------------------------------------+
|
|
||||||
|
|
||||||
Any flight with a total cost that is within its corresponding budget is
|
Any flight with a total cost that is within its corresponding budget is
|
||||||
within Policy. Any flight with a cost over its budget requires written
|
within Policy. Any flight with a cost over its budget requires written
|
||||||
|
|
Loading…
Reference in a new issue