Git Product home page Git Product logo

jira2md's Introduction

jira2md

CI

A GitHub action to convert between Jira text formatting and GitHub flavored markdown

This action is a wrapper around the jira2md npm package.

Usage

Convert Jira -> markdown

      - uses: peter-evans/jira2md@v2
        id: jira2md
        with:
          input-text: |
            *Some bold things**
            _Some italic stuff_
            h2. H2
            [http://google.com]

      - run: echo "${{ steps.jira2md.outputs.output-text }}"

Convert markdown -> Jira

      - uses: peter-evans/jira2md@v2
        id: md2jira
        with:
          input-text: |
            **Some bold things**
            *Some italic stuff*
            ## H2
            <http://google.com>
          mode: md2jira

      - run: echo "${{ steps.md2jira.outputs.output-text }}"

Action inputs

Name Description Default
input-text The input text to convert.
mode The conversion mode; jira2md, md2jira, md2html or jira2html. jira2md

Outputs

  • output-text - The converted text.

License

MIT

jira2md's People

Contributors

peter-evans avatar dependabot[bot] avatar actions-bot avatar ybiquitous avatar

Stargazers

Sebastien Vermeille avatar Yashwanth Lakkaraju avatar Leo Gopal avatar LevelUpJoseph avatar

Watchers

 avatar  avatar

Forkers

eter-evans

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.