Releases

0.1.1-pre.42 12/15/2021

  • Use em tag instaed of text node

0.1.1-pre.41 12/15/2021

  • Switch default value of "keepBaseURL" by "tagName"

  • Add "data-salt-zenn-cap" to custom attributes

    It use to set the caption as Zenn style.

0.1.1-pre.40 12/6/2021

  • Support block that is contained following paragraph

0.1.1-pre.39 12/5/2021

  • Support block that is contained slibing paragraph in embedding

0.1.1-pre.38 12/5/2021

  • Desiable "taget" attribute when pass path to "data-salt-thumb" attribute

0.1.1-pre.37 12/4/2021

  • Support "http", "https" and path in "data-salt-thumb" attribute

0.1.1-pre.36 11/18/2021

  • Disable data-salt-max when pass negative number

0.1.1-pre.35 11/18/2021

  • Remove blank text node between the iamge and block

0.1.1-pre.34 11/17/2021

  • Skip blank text node in slibingParagraph

  • Use slibing paragraph when image index is bottom of children

0.1.1-pre.33 11/17/2021

  • Support block in slibing paragraph

0.1.1-pre.32 11/17/2021

  • Update README
  • Fit dimension of the image to max-* attributes

0.1.1-pre.31 11/7/2021

  • Add dependencies directly to the package

0.1.1-pre.30 11/6/2021

  • Merge class of baseAttrs

0.1.1-pre.29 11/5/2021

  • Fix import

0.1.1-pre.28 11/5/2021

  • Merge modifiers of baseAttrs

0.1.1-pre.27 11/3/2021

  • Revert "Remove " " from attr text"

    This reverts commit 32c12616b435e564e893bfe969ad44e7fd30bffc.

  • Replace " ", " " and "&emsp" to " " in attr text

  • Use /\s/ to trim attr text

  • Add test block within wtite spcace

0.1.1-pre.26 11/2/2021

  • Remove " " from attr text

0.1.1-pre.25 11/2/2021

  • Trim " " from attr text

0.1.1-pre.24 10/31/2021

  • Match following text in extracting attrs from block

0.1.1-pre.23 10/30/2021

Changes

  • Revert "Pass tagName via attribute"

  • Set prefix("data-salt-") to custom attribute names

    It excludes "modifiers".

  • Change custom attribute names for query

    • "qq" to "q"
    • "q" to "qm"

0.1.1-pre.22 10/29/2021

Changes

  • Pass tagName via attribute

0.1.1-pre.21 10/28/2021

Changes

  • Use longest repeating to match block text

    It allow exist "{}" chars in block.

0.1.1-pre.20 10/28/2021

Changes

  • Fix import

0.1.1-pre.19 10/28/2021

Changes

  • Accept opts array
  • Rebuild to "img" tag in "embed" command

0.1.1-pre.18 10/27/2021

Changes

  • Skip block when blank line is existed between img and block

0.1.1-pre.17 10/27/2021

Changes

  • Bump version

0.1.1-pre.16 10/27/2021

Changes

  • Remove dimension style(d:300x200) from attrs
  • Change fence chars from "##" "##" to "{" "}" in alt

0.1.1-pre.15 10/23/2021

Changes

  • Separate attrs by "
    " in block
  • Exit from extract attr text when block is not closed

0.1.1-pre.14 10/23/2021

Changes

  • Rename alt-attrs.ts to attrs.ts
  • Make attrsFromAlt() and attrsFromBlock() instead of attrs()

0.1.1-pre.13 10/22/2021

Changes

  • Support block style(like as remark-attr syntax)