Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I insert a table? And a video? #291

Open
erossini opened this issue May 2, 2017 · 4 comments
Open

How can I insert a table? And a video? #291

erossini opened this issue May 2, 2017 · 4 comments

Comments

@erossini
Copy link

erossini commented May 2, 2017

Hi guys,
just a question about this two tags. I tried to use something link that

| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |

but it shows this table as the same (no html table).

Can I insert link to a video and show it in the page?
Thank you in advance.

@aforwardz
Copy link

I have the same issue. I have tried many different formats of table and the tests in #230 but it seems that the table has not been convert to html table through the function 'markdown.toHTML()'
So I wonder whether this md-js supports table or what is the correct markdown format?

@stutiredboy
Copy link

Second.

@iskrid
Copy link

iskrid commented Mar 13, 2018

Hi, I'm not sure if you tried the example, but you can use your example and must simply use the "Maruku" markdown dialect ... worked for me at all:

html_content = markdown.toHTML( md_content, 'Maruku');

@bluesnail95
Copy link

@iskrid
you are right,I have solved my problem according you say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants