Options
All
  • Public
  • Public/Protected
  • All
Menu

@suin/esa-markdown-format

Index

Type aliases

Functions

Type aliases

FormatOptions

FormatOptions: { team: string }

整形オプション

Type declaration

  • Readonly team: string

    esaチーム名

    esaチームのURLhttps://***.esa.io***の部分。ここで指定したチーム内の絶対URLリンクを相対URLリンクに置き換えます。

Functions

default

  • 与えられたMarkdownテキストを整形して返す

    Parameters

    • markdownText: string

      整形前のMarkdownテキスト

    • options: FormatOptions

      オプション

    Returns string

    整形済みのMarkdownテキスト

Generated using TypeDoc