wysimark-lite 0.27.2 → 0.27.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -974,6 +974,9 @@ declare function createAnchorMethods(editor: Editor): {
974
974
  convertToEmbed: (spec: string, args_1: {
975
975
  at?: BetterAt;
976
976
  }) => boolean;
977
+ convertToLink: (spec: string, args_1: {
978
+ at?: BetterAt;
979
+ }) => false | readonly [AnchorElement, number[]];
977
980
  };
978
981
 
979
982
  type AnchorMethods = ReturnType<typeof createAnchorMethods>;