Changeset - 5421bbd804db
[Not reviewed]
Brett Smith (brett) - 7 years ago 2017-09-22 14:54:38
brett@sfconservancy.org
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.
1 file changed with 7 insertions and 14 deletions:
0 comments (0 inline, 0 general)
Travel/conservancy-travel-policy.md
Show inline comments
...
 
@@ -358,16 +358,9 @@ following table to determine the budget:
 

	
 
+--------------------------------------+------------------------------------+
 
| If the travel time for a flight is…  | the budget for that flight is…     |
 
+--------------------------------------+------------------------------------+
 
| the same or longer than the flight   | the lowest available fare + US$100 |
 
| with the lowest fare                 |                                    |
 
+--------------------------------------+------------------------------------+
 
| less than three hours shorter        | the lowest available fare + US$100 |
 
+--------------------------------------+------------------------------------+
 
| 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 |
 
+--------------------------------------+------------------------------------+
 
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
 
less than three hours shorter        | the lowest available fare + US$100
 
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
 

	
0 comments (0 inline, 0 general)