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

Feature 208 render pr issue markdown #209

Merged
merged 3 commits into from
Jan 24, 2023

Conversation

d0c-s4vage
Copy link
Owner

@d0c-s4vage d0c-s4vage commented Jan 17, 2023

fixes #208

Given this markdown:

This is content


```markdown {gif=true gif.cols=80 gif.rows=20}
# Render me please

| table | table |
|:------|------:|
| v1    | v1    |
```

This fenced markdown block containing the gif=true metadata is extracted and rendered into the gif below:

test

@d0c-s4vage d0c-s4vage added this to the v3.0 milestone Jan 17, 2023
@d0c-s4vage d0c-s4vage changed the base branch from main to 3.0-dev January 17, 2023 14:55
Still need to:

* Create an issue/PR workflow to process PR/issue comments and bodies
@d0c-s4vage d0c-s4vage force-pushed the feature-208-render_pr_issue_markdown branch from 8d2b511 to c757e95 Compare January 19, 2023 14:02
@d0c-s4vage
Copy link
Owner Author

This is a comment, testing the new workflow

Testing

@d0c-s4vage d0c-s4vage changed the base branch from 3.0-dev to main January 24, 2023 14:17
@d0c-s4vage d0c-s4vage changed the base branch from main to 3.0-dev January 24, 2023 14:17
@d0c-s4vage d0c-s4vage marked this pull request as ready for review January 24, 2023 14:21
@d0c-s4vage d0c-s4vage merged commit 5d3435d into 3.0-dev Jan 24, 2023
@d0c-s4vage d0c-s4vage deleted the feature-208-render_pr_issue_markdown branch January 24, 2023 14:22
@d0c-s4vage
Copy link
Owner Author

# Slide 1

Testing

# Slide 2

Testing 2

@github-actions
Copy link

The preview below was generated by the markdown in this comment:

markdown preview image

@d0c-s4vage
Copy link
Owner Author

# Render me please

| table | table |
|:------|------:|
| v1    | v1    |

@github-actions
Copy link

The preview below was generated by the markdown in this comment:

markdown preview image

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

Successfully merging this pull request may close these issues.

3.0 - Render gifs of specially annotated code fences in PRs and issues
1 participant