Plugin Directory

Changeset 1814205


Ignore:
Timestamp:
02/02/2018 03:13:34 PM (8 years ago)
Author:
lobbycaldev
Message:

markdown for code area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lobbycal2press/trunk/readme.txt

    r1814184 r1814205  
    26261. place the following html fragment in a page, wher you would like the calendar to appear
    2727
    28 <code>
    29 &lt;table id=&quot;lobbycal&quot; aria-describedby=&quot;lobbycal_info&quot;&gt;
    30  &lt;thead&gt;
    31  &lt;tr&gt;
    32  &lt;th&gt;Date&lt;/th&gt;
    33  &lt;th&gt;End&lt;/th&gt;
    34  &lt;th&gt;FirstName&lt;/th&gt;
    35  &lt;th&gt;LastName&lt;/th&gt;
    36  &lt;th&gt;Partners&lt;/th&gt;
    37  &lt;th&gt;Title&lt;/th&gt;
    38  &lt;th&gt;Tags&lt;/th&gt;
    39  &lt;/tr&gt;
    40  &lt;/thead&gt;
    41 &lt;/table&gt;
    42 </code>
     28```html
     29<table id="lobbycal" aria-describedby="lobbycal_info">
     30    <thead>
     31        <tr>
     32            <th>Date</th>
     33            <th>End</th>
     34            <th>FirstName</th>
     35            <th>LastName</th>
     36            <th>Partners</th>
     37            <th>Title</th>
     38            <th>Tags</th>
     39        </tr>
     40    </thead>
     41</table>
     42```
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.