From 43ebd33e94e9a09a32051b279b1c6cc705cbc931 Mon Sep 17 00:00:00 2001 From: Prabha Kylasamiyer Sundara Rajan Date: Tue, 11 Feb 2025 16:45:37 +0530 Subject: [PATCH 1/3] Andy is really annoying me today #pr --- docs/release-notes-mtr/master.adoc | 5 ++++ docs/topics/prabha-table-test.adoc | 42 ++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 docs/topics/prabha-table-test.adoc diff --git a/docs/release-notes-mtr/master.adoc b/docs/release-notes-mtr/master.adoc index ab42e0d304..6e02108015 100644 --- a/docs/release-notes-mtr/master.adoc +++ b/docs/release-notes-mtr/master.adoc @@ -50,4 +50,9 @@ include::topics/mtr-rn-new-features-1-2-0.adoc[leveloffset=+2] include::topics/mtr-rn-known-issues-1-2-0.adoc[leveloffset=+2] include::topics/mtr-rn-resolved-issues-1-2-0.adoc[leveloffset=+2] +[id="prabha-test-table-module_{context}"] +== Prabha Table Test Module +include::topics/prabha-table-test.adoc[leveloffset=+2] + + :!release-notes: diff --git a/docs/topics/prabha-table-test.adoc b/docs/topics/prabha-table-test.adoc new file mode 100644 index 0000000000..7edd5eeedb --- /dev/null +++ b/docs/topics/prabha-table-test.adoc @@ -0,0 +1,42 @@ +// Module included in the following assemblies: +// +// * docs/release-notes-mtr/master.adoc + +:_content-type: PROCEDURE + +[id="prabha-test-table_{context}"] += Prabha Test Table + +[source,yaml] +---- +# Multiline string with literal block syntax -preserved new lines +string1: | + Line1 + line2 + "line3" + line4 + +# Multiline strings with folded block syntax - new lines are not preserved, leading and trailing spaces are ignored + string1: > + Line1 + line2 + "line3" + line4 +# Collection sequence data types + # sequence ArrayList example + - One + - two + - Three + + # Another way of sequence syntax example + [one, two, three] + +### dictionary + mysqldatabase: + hostname: localhost + port: + username: root # <1> + password: root # <2> +---- +<1> The username is `root`. +<2> The password is `root`. \ No newline at end of file From e52e61c2864afc87af154b249c94974c03bb17c3 Mon Sep 17 00:00:00 2001 From: Prabha Kylasamiyer Sundara Rajan Date: Tue, 11 Feb 2025 16:47:49 +0530 Subject: [PATCH 2/3] Update: Andy's still nannoying me --- docs/topics/prabha-table-test.adoc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/topics/prabha-table-test.adoc b/docs/topics/prabha-table-test.adoc index 7edd5eeedb..6a99be6f0b 100644 --- a/docs/topics/prabha-table-test.adoc +++ b/docs/topics/prabha-table-test.adoc @@ -39,4 +39,21 @@ string1: | password: root # <2> ---- <1> The username is `root`. -<2> The password is `root`. \ No newline at end of file +<2> The password is `root`. + +.Prabha's Table Title +[cols='3,3,3,3,3'] +|=== +|Column 1 | Column 2 | Column 3 | Column 4 | Column 5 + +3+|This table merges three cells in column 1, row 1 +|This is colunm 4, row 1 +|This is colunm 5, row 1 + +|This is column 1, row 2 +|This is colunm 2, row 2 +|This is colunm 3, row 2 +|This is colunm 4, row 2 +|This is colunm 5, row 2 + +|=== \ No newline at end of file From 8781f2406895ff64a29fc690ae7b4e5f2c914815 Mon Sep 17 00:00:00 2001 From: Prabha Kylasamiyer Sundara Rajan Date: Wed, 12 Feb 2025 15:43:36 +0530 Subject: [PATCH 3/3] Made changes in Table Test doc --- docs/topics/prabha-table-test.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/topics/prabha-table-test.adoc b/docs/topics/prabha-table-test.adoc index 6a99be6f0b..9533ef6cbf 100644 --- a/docs/topics/prabha-table-test.adoc +++ b/docs/topics/prabha-table-test.adoc @@ -56,4 +56,18 @@ string1: | |This is colunm 4, row 2 |This is colunm 5, row 2 +|=== + +This is an inline `code`. + +.Another Table +[cols="2,2"] +|=== +|Column 1 | Column 2 + +2+|Cell 1 row 1 + +|Cell 2 row 1 +|Cell 2 row 2 + |=== \ No newline at end of file