Releases

0.1.1-pre.42 2021/12/15

  • Use em tag instaed of text node

0.1.1-pre.41 2021/12/15

  • 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 2021/12/6

  • Support block that is contained following paragraph

0.1.1-pre.39 2021/12/5

  • Support block that is contained slibing paragraph in embedding

0.1.1-pre.38 2021/12/5

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

0.1.1-pre.37 2021/12/4

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

0.1.1-pre.36 2021/11/18

  • Disable data-salt-max when pass negative number

0.1.1-pre.35 2021/11/18

  • Remove blank text node between the iamge and block

0.1.1-pre.34 2021/11/17

  • Skip blank text node in slibingParagraph

  • Use slibing paragraph when image index is bottom of children

0.1.1-pre.33 2021/11/17

  • Support block in slibing paragraph

0.1.1-pre.32 2021/11/17

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

0.1.1-pre.31 2021/11/7

  • Add dependencies directly to the package

0.1.1-pre.30 2021/11/6

  • Merge class of baseAttrs

0.1.1-pre.29 2021/11/5

  • Fix import

0.1.1-pre.28 2021/11/5

  • Merge modifiers of baseAttrs

0.1.1-pre.27 2021/11/3

  • 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 2021/11/2

  • Remove " " from attr text

0.1.1-pre.25 2021/11/2

  • Trim " " from attr text

0.1.1-pre.24 2021/10/31

  • Match following text in extracting attrs from block

0.1.1-pre.23 2021/10/30

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 2021/10/29

Changes

  • Pass tagName via attribute

0.1.1-pre.21 2021/10/28

Changes

  • Use longest repeating to match block text

    It allow exist "{}" chars in block.

0.1.1-pre.20 2021/10/28

Changes

  • Fix import

0.1.1-pre.19 2021/10/28

Changes

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

0.1.1-pre.18 2021/10/27

Changes

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

0.1.1-pre.17 2021/10/27

Changes

  • Bump version

0.1.1-pre.16 2021/10/27

Changes

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

0.1.1-pre.15 2021/10/23

Changes

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

0.1.1-pre.14 2021/10/23

Changes

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

0.1.1-pre.13 2021/10/22

Changes

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