# Markdown tables

**URL:** https://discourse.julialang.org/t/markdown-tables/11385
**Category:** General Usage
**Tags:** question, package, proposal, markdown
**Created:** [June 3, 2018, 12:51pm UTC](https://discourse.julialang.org/t/markdown-tables/11385 "2018-06-03T12:51:17Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![djsegal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/djsegal/32/13752_2.png) [@djsegal](https://discourse.julialang.org/u/djsegal)
#### Post date: [June 3, 2018, 8:39pm UTC](https://discourse.julialang.org/t/markdown-tables/11385/13 "2018-06-03T20:39:48Z")

</div>

Latex does sound like a good option.

* * *

If you went the html route though, this is how you can make a table.

For the simplest table that would work on a very old browser:

- [HTML Tables](https://www.w3schools.com/html/html_tables.asp)

For a bootstrap table (which classes are available in jupyter):

- [Tables · Bootstrap](https://getbootstrap.com/docs/4.1/content/tables/) – _you just add the “table” class to a table element_

// the second option is what is used in: [Best tool for printing tables in Jupyter notebook? - #8 by djsegal](https://discourse.julialang.org/t/best-tool-for-printing-tables-in-jupyter-notebook/3548/8)

( beyond this, i guess i don’t really understand the use-case 😕 )

* * *

**edit:** you could for example, then, prevent cells from being wider than 160px or something

// see the `max-width` style [attribute](https://www.w3schools.com/cssref/pr_dim_max-width.asp)

---

_[View the full topic](https://discourse.julialang.org/t/markdown-tables/11385)._
