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

Markdown table and image size rendering #312

Closed
seth100 opened this issue Aug 16, 2018 · 1 comment
Closed

Markdown table and image size rendering #312

seth100 opened this issue Aug 16, 2018 · 1 comment

Comments

@seth100
Copy link

seth100 commented Aug 16, 2018

General information

  • App version: 1.0.0 (25)
  • System: Android 7.1.2

Description

I have this Markdown table:

| Tables | Are | Cool | 
| ------------- |:-------------:| -----:| 
| col 3 is | right-aligned | $1600 | 
| col 2 is | centered | $12 | 
| zebra stripes | are neat | $1 | 

And I would like it to be rendered like a real table.
Is it possibile to support that?
It is currently rendered as the source, so not a graphical table.

Then, about image size, is it possible to set it with something like:

![](image.jpg x=200)

Or

![](image.jpg 200x300)

Thanks

@gsantner
Copy link
Owner

md tables are supported. use markdown table formatter to get right format.

img: use img src with width/height. the said one is not complaint to spec and also not implemented in parser.

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

2 participants