question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tables are missing the outer bars.

See original GitHub issue

https://github.com/IonicaBizau/json2md/blob/25076ad5ed0af419c0e0fe806e005842275605fc/test/index.js#L206

Should be looking for the following: .toBe("| a | b |\n| --- | --- |\n| col1 | col2 |\n");

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
IonicaBizaucommented, Aug 4, 2019

We can add them. Contributions are welcome.

0reactions
IonicaBizaucommented, Oct 2, 2019

It could be in the table property:

{
	table: {
	        outer_bars: false,
		headers: ["a", "b"],
		rows: [
			["col1", "col2"]
		]
	}
}

We will leave the default to true in case most of the engines accept it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Records in Joined Queries. Show All ... - YouTube
Have you ever put two related tables together in a query (like customers ... missing records, joins, joined queries, outer join, inner join, ......
Read more >
Missing outer border of the table - TeX - LaTeX Stack Exchange
I have a table where the last column has ...
Read more >
Manage linked tables - Microsoft Support
Select External Data > Linked Table Manager. Tip In the navigation bar, you can hover over the linked table name to see connection...
Read more >
Oracle SQL Developer - tables cannot be seen - Stack Overflow
Try to run this statement to get a full error messages indicating which table doesn't exists (which is equivalent to "is not visible...
Read more >
Solved: Merge two tables without missing any rows and with...
I have two tables, one is Planned Revenue and another one is Actual Revenue.I would like to merge these two tables based on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found