@desco/bitbucket-markdowndeprecated

Converte um markdown para o padrão do Bitbucket

Usage no npm install needed!

<script type="module">
  import descoBitbucketMarkdown from 'https://cdn.skypack.dev/@desco/bitbucket-markdown';
</script>

README

bitbucket-markdown

Sobre / About

Este pacote converte um arquivo Markdown comum para um novo arquivo no padrão do Bitbucket.

This package converts a common Markdown file to a new file in the Bitbucket standard.

Instalação / Install

const bitbucketMarkdown = require('@desco/bitbucket-markdown')

Uso / To use

Chame o bitbucketMarkdown passando no primeiro parâmetro o endereço do arquivo Markdown puro e no segundo o endereço do arquivo Markdown a ser gerado no padrão do Bitbucket.

Call bitbucketMarkdown passing in the first parameter the address of the pure Markdown file and in the second the address of the Markdown file to be generated in the Bitbucket standard.

bitbucketMarkdown('./README.md', './README_bitbucket.md')