-
Notifications
You must be signed in to change notification settings - Fork 1
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
create github action #10
Labels
Comments
Merged
6 tasks
Info: Linking this PR as the md converting functionality will be developed here |
Once the mentionned PR will land, I will create the action here: https://github.com/threatdown/threatdown-converter-action and then make the repo public |
I re-open the issue as this is only partly done, I need to create the action here now: https://github.com/threatdown/threatdown-converter-action |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this action should be able to find a threatdown block, comment it out and replace it with either an embedded svg file or the mermaid code (behind an option)
we have a few possibilities for implementation here. one option is looking at remark to see how difficult it might be to implement as a plugin. this would give us the greatest flexibility and i think is the direction we should ultimately head.
given our short timeline my backup plan, which is much less graceful, is to hack it directly into threatdown with some one-off functions to just regex the heck out of it.
whatever route we take, we want the ability to:
threatdown
being present immediately after the start triple backtick)The text was updated successfully, but these errors were encountered: