Skip to main content
show markdown output
Source Link
philipxy
  • 15.2k
  • 6
  • 45
  • 103

At least for the GitHub Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 
Regulartextin headerturns bold
Soboldalltable entries
andit lookslike a"headerless table"

At least for the GitHub Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 

At least for the GitHub Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 
Regulartextin headerturns bold
Soboldalltable entries
andit lookslike a"headerless table"
Active reading [<http://en.wikipedia.org/wiki/GitHub>].
Source Link
Peter Mortensen
  • 31.1k
  • 22
  • 111
  • 134

At least for the GithubGitHub Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 

At least for the Github Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 

At least for the GitHub Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 
clarify my answer
Source Link
TT--
  • 3.3k
  • 1
  • 36
  • 56

At least for the Github Flavoured Markdown, you can give the illusion by simply making all the non-headernon‑header row entries as bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 

At least for the Github Flavoured Markdown, you can give the illusion by simply making all the non-header row entries as bold:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 

At least for the Github Flavoured Markdown, you can give the illusion by making all the non‑header row entries bold with the regular __ or ** formatting:

|Regular | text | in header | turns bold | |-|-|-|-| | __So__ | __bold__ | __all__ | __table entries__ | | __and__ | __it looks__ | __like a__ | __"headerless table"__ | 
Source Link
TT--
  • 3.3k
  • 1
  • 36
  • 56
Loading