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

Added status table for bloom releases of ros2/rclc repo #253

Open
wants to merge 2 commits into
base: master
from

Conversation

@JanStaschulat
Copy link
Contributor

@JanStaschulat JanStaschulat commented Dec 3, 2020

No description provided.

@JanStaschulat JanStaschulat self-assigned this Dec 3, 2020
@JanStaschulat JanStaschulat requested a review from norro Dec 3, 2020
@JanStaschulat JanStaschulat changed the title Added table with release status of bloom releases of ros2/rclc repo Added status table for bloom releases of ros2/rclc repo Dec 3, 2020
@norro
norro approved these changes Dec 3, 2020
Copy link
Contributor

@norro norro left a comment

Very nice! I should do this for system modes as well.

@JanStaschulat
Copy link
Contributor Author

@JanStaschulat JanStaschulat commented Dec 4, 2020

Has anyone an idea, how to merge multiple rows for "Architecture" in a markdown table like

| Package | Release |      Architecture          |
|         |         | amd64   | arm64  |  armhf  |

I tried with

|             |          Grouping           ||

https://stackoverflow.com/questions/46621765/can-i-merge-table-rows-in-markdown

and

| Span <td colspan=3>triple  <td colspan=2>double

https://stackoverflow.com/questions/23571724/github-markdown-colspan

Both approaches did not work.

@jamoralp
Copy link
Member

@jamoralp jamoralp commented Dec 4, 2020

@JanStaschulat , you can try generating the sub-table with markdown, then convert it to html code
using this, for example, finally embed the resulting html into the markdown outer cell. See this.

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

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.