Skip to content

Commit 1519b35

Browse files
author
Drew Yang
committed
test: 🧪 md table border
1 parent 3e39771 commit 1519b35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
# Welcome to DataJoint for Python!
77

8+
<style>
9+
th {
10+
display: none;
11+
}
12+
tr {
13+
border: 1px solid black;
14+
}
15+
</style>
16+
17+
|asdf|asdf|
18+
------ | -----
19+
Stuff | More things
20+
21+
822
DataJoint for Python is a framework for scientific workflow management based on
923
relational principles. DataJoint is built on the foundation of the relational data
1024
model and prescribes a consistent method for organizing, populating, computing, and

0 commit comments

Comments
 (0)