JSPM

@unified-myst/target-extension

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 38
  • Score
    100M100P100Q42757F
  • License MIT

Extension to support the MyST target syntax (`(name)=`) in unified

Package Exports

  • @unified-myst/target-extension

Readme

@unified-myst/target-extension

Extension to support the MyST target syntax ((name)=) in unified.

TODO

Parsing considerations:

  • whitespace inside (...)
  • target within other flow level elements
  • What to do with non-whitespace after =?
    • Should it invalidate the line?
    • Should a new block be allowed?
  • identifier normalisation?