SUY

Add MarkdownHelper class for formatting text

@@ -67,6 +67,21 @@ Welcome to ChatGPT! Below is an example of a response with Markdown and LaTeX co @@ -67,6 +67,21 @@ Welcome to ChatGPT! Below is an example of a response with Markdown and LaTeX co
67 67
68 ### Markdown Example 68 ### Markdown Example
69 69
  70 +
  71 +```
  72 +class MarkdownHelper {
  73 +
  74 +
  75 + Map<String, Widget> getTitleWidget(m.Node node) => title.getTitleWidget(node);
  76 +
  77 + Widget getPWidget(m.Element node) => p.getPWidget(node);
  78 +
  79 + Widget getPreWidget(m.Node node) => pre.getPreWidget(node);
  80 +
  81 +}
  82 +```
  83 +
  84 +
70 You can use Markdown to format text easily. Here are some examples: 85 You can use Markdown to format text easily. Here are some examples:
71 86
72 - **Bold Text**: **This text is bold** 87 - **Bold Text**: **This text is bold**