aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_extention.qmd5
-rw-r--r--_sementic_test.qmd7
2 files changed, 10 insertions, 2 deletions
diff --git a/_extention.qmd b/_extention.qmd
index 2a8f92d..9918cf9 100644
--- a/_extention.qmd
+++ b/_extention.qmd
@@ -2,7 +2,8 @@
# Introduction
In this file we will see how to create an filter extention for quarto using Lua.
-A filter extention is a flexible and powerful tool for introducing new global behaviors and/or new markdown rendering behaviors. For example, you could create filters to implement output folding, an image carousel, or just about anything you can imagine!
+A filter extention is a flexible and powerful tool for introducing new global behaviors and/or new markdown rendering behaviors.
+For example, you could create filters to implement output folding, an image carousel, or just about anything you can imagine!
# Creation
@@ -45,7 +46,7 @@ The patern given here "[Ll][Ee][Aa][Nn][Dd][Rr][Ee]" to permit to have evry poss
# More resources
-In this link you can find more information about the diferent function that can be use in the extention.
+In these links you can find more information about the diferent function that can be use in the extention.
[https://quarto.org/docs/extensions/lua.html](https://quarto.org/docs/extensions/lua.html)
diff --git a/_sementic_test.qmd b/_sementic_test.qmd
new file mode 100644
index 0000000..6a609e2
--- /dev/null
+++ b/_sementic_test.qmd
@@ -0,0 +1,7 @@
+This is a sample text file created for semantic testing purposes. It contains a few lines of text to demonstrate the functionality of the text generation feature.
+
+Line 1: This is the first line of the [text file]{https://en.wikipedia.org/wiki/Text_file}.
+Line 2: This is the second line of the [text file]{wikipedia;Text_file}.
+Line 3: This is the third line of the [text file]{wikipedia;wiki/Text_file}.
+
+End of the sample text file. \ No newline at end of file