From efd20aeb3b0334a1f40b1ff0e668176dcca66846 Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Tue, 2 Jan 2024 09:13:19 +0530 Subject: [PATCH 1/5] Update README.md Add Footnotes , Superscript , Subscript , Math Equations , Mermaid Diagrams . --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index b89a198..9758d61 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,29 @@ Foldable text:

Some HTML code here

``` +Footnotes: + _You can add footnotes to your document for additional information,like-_ +Some text[^1]. +[^1]: This is a footnote. + +Superscript and Subscript: +_You can use HTML tags for superscript and subscript._ +H~2~O (water) +x^2^ (x squared) + +Math Equations: +_Use LaTeX-style math equations for mathematical notations._ +$$ E = mc^2 $$ + +Mermaid Diagrams: +_Some Markdown editors support creating flowcharts, sequence diagrams, and more using the Mermaid syntax._ +```mermaid +graph TD; + A-->B; + A-->C; + B-->D; + C-->D; + Link to a specific part of the page: [Go To TOP](#TOP) @@ -242,6 +265,9 @@ Hotkey list: Emoji: + :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) Markup : Code appears between colons :EMOJICODE: + + From 265dee63a48f432647e7da3fcb431f2438cfd78f Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Tue, 2 Jan 2024 09:20:15 +0530 Subject: [PATCH 2/5] Update README.md Add Footnotes , Math Equations , Superscript and Subscript --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9758d61..bb2678e 100644 --- a/README.md +++ b/README.md @@ -208,26 +208,17 @@ Foldable text: Footnotes: _You can add footnotes to your document for additional information,like-_ -Some text[^1]. -[^1]: This is a footnote. +`Some text[^1]. +[^1]: This is a footnote.` Superscript and Subscript: _You can use HTML tags for superscript and subscript._ -H~2~O (water) -x^2^ (x squared) +`H~2~O (water) +x^2^ (x squared)` Math Equations: _Use LaTeX-style math equations for mathematical notations._ -$$ E = mc^2 $$ - -Mermaid Diagrams: -_Some Markdown editors support creating flowcharts, sequence diagrams, and more using the Mermaid syntax._ -```mermaid -graph TD; - A-->B; - A-->C; - B-->D; - C-->D; +`$$ E = mc^2 $$` Link to a specific part of the page: From ec8d224f094282bee5af3fec38b4a584aca2aebc Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Tue, 2 Jan 2024 09:24:01 +0530 Subject: [PATCH 3/5] Update README.md Update Footnotes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb2678e..596af50 100644 --- a/README.md +++ b/README.md @@ -206,17 +206,17 @@ Foldable text:

Some HTML code here

``` -Footnotes: +Footnotes : _You can add footnotes to your document for additional information,like-_ -`Some text[^1]. -[^1]: This is a footnote.` +Click here `[^1]. +[^1]: This is a footnote. Now return from here . ` -Superscript and Subscript: +Superscript and Subscript : _You can use HTML tags for superscript and subscript._ `H~2~O (water) x^2^ (x squared)` -Math Equations: +Math Equations : _Use LaTeX-style math equations for mathematical notations._ `$$ E = mc^2 $$` From 29a48900b3597170cd83c5d1d2c6651ca87ac959 Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Tue, 2 Jan 2024 09:26:59 +0530 Subject: [PATCH 4/5] Update README.md update footnotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 596af50..1c7403b 100644 --- a/README.md +++ b/README.md @@ -208,12 +208,12 @@ Foldable text: Footnotes : _You can add footnotes to your document for additional information,like-_ -Click here `[^1]. +Click here `[^go to foot]. [^1]: This is a footnote. Now return from here . ` Superscript and Subscript : _You can use HTML tags for superscript and subscript._ -`H~2~O (water) +`H~2~O (water) or x^2^ (x squared)` Math Equations : From 0aba2a80a5b18e2da1afadd0ee27e853f8fbf4ce Mon Sep 17 00:00:00 2001 From: ANIRUDDHA ADAK Date: Tue, 2 Jan 2024 09:27:55 +0530 Subject: [PATCH 5/5] Update README.md Update footnotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7403b..db14466 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Foldable text: Footnotes : _You can add footnotes to your document for additional information,like-_ -Click here `[^go to foot]. +Click here --> `[^1]. [^1]: This is a footnote. Now return from here . ` Superscript and Subscript :