added the new sandpoints version with initial img and vid support..

examples in curriculum index.md
This commit is contained in:
Marcell Mars 2022-01-11 15:31:23 +01:00
parent 83beee5d5e
commit 196d4eda8a

View file

@ -7,10 +7,16 @@ has_topics: ["firsttopic.md", "secondtopic.md"]
Here we want to describe what the project is about... And here is some text which is just for testing.. Here we want to describe what the project is about... And here is some text which is just for testing..
testing specific links: testing specific links:
- link to ![First Topic](topic:firsttopic.md) and then some random text after the link.... - link to ![First Topic](topic:firsttopic.md) and then some random text after the link....
- link to ![](topic:secondtopic.md) and then some random text after the link.... - link to ![](topic:secondtopic.md) and then some random text after the link....
- link to ![Second Syllabus](syllabus:secondsyllabus.md) and then some random text after the link.... - link to ![Second Syllabus](syllabus:secondsyllabus.md) and then some random text after the link....
- link to ![](syllabus:thirdsyllabus.md) and then some random text after the link.... - link to ![](syllabus:thirdsyllabus.md) and then some random text after the link....
- link to image with class added:
![](<img:https://via.placeholder.com/150 alt='some alt text' class='testimage'>)
- link to image with inline css style:
![](<img:https://via.placeholder.com/150 style='height:150px;width:150px'>)