Images are handled differently

Images are handled differently

LiaScript-Markdown handles images differently:

  • a paragraph with a starting image will produce a floating environment
  • a paragraph with only images will produce a gallery
  • the image will be optimally sized & placed
  • “titles” will be used as captions

You can use this this example as a basis for your own course by following this link

… Or experiment with it in the LiveEditor below:

Related Posts

Open Source Community Projects on GitHub versus Traditional Publishing Models for OER

In this post, I will aim to make a case for Git and GitHub by comparing how “traditional” publishing models (for OER) can be improved through dynamic, flexible, and transparent open-source community projects. So, what can OER learn from open source and how can it be applied? GitHub promotes collaborative development and the global exchange of educational materials, supported by powerful tools like Git. The platform enables broad quality control through open review processes and facilitates the organization and management of educational projects through specific organizations.

Read More

LiaScript 0.14 - Full Documentation (English)

This is a screencast of the LiaScript documentation in presentation mode spoken by LiaScript itself ;-) You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version. 0. Intro 1. Overview on Tools & More Update: You can now also use VS-Code as your editor, there are now two additional extensions within the marketplace, one for previews and one for snippets. Check out the following link for more information.

Read More

Teach Your AI to Generate LiaScript Previews

Claude.ai offers a powerful feature in its paid version that allows you to preview generated code directly. However, with a simple prompt, you can teach any AI to create LiaScript previews on demand—even if you’re using a free version. What Are Data-URIs? In a previous post, we briefly covered how you can use data-URIs to encode LiaScript content. Where is Content Stored? Did you know that LiaScript tries to be agnostic as possible, when it comes to hosting?

Read More