Skip to content

Files

Latest commit

f28a2c3 · Jan 27, 2021

History

History
48 lines (40 loc) · 1.41 KB

test.md

File metadata and controls

48 lines (40 loc) · 1.41 KB
title
Vienna Deep Learning Meetup
<script src="https://code.jquery.com/jquery-3.5.1.js"></script> <script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>

HTML Table

Column 1 Column 2
Row 1 Data 1 Row 1 Data 2
Row 2 Data 1 Row 2 Data 2

Markdown Table

Food 2 Description Category Sample type
Apples A small, somewhat round ... Fruit Fuji
Bananas A long and curved, often-yellow ... Fruit Snow
Kiwis A small, hairy-skinned sweet ... Fruit Golden
Oranges A spherical, orange-colored sweet ... Fruit Navel
<script> $('table').eq(1).DataTable() </script>