@chat-adapter/teams 4.14.0 → 4.16.0

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.ts CHANGED
@@ -69,6 +69,11 @@ declare class TeamsFormatConverter extends BaseFormatConverter {
69
69
  */
70
70
  toAst(teamsText: string): Root;
71
71
  private nodeToTeams;
72
+ /**
73
+ * Render an mdast table node as a GFM markdown table.
74
+ * Teams renders markdown tables natively.
75
+ */
76
+ private tableToGfm;
72
77
  }
73
78
 
74
79
  interface TeamsAdapterConfig {