ElearningWorld.org

For the online learning world

AccessibilityMoodle

Moodle Markdown editing – hidden treasure Part 10

Part 10 of our using Markdown in Moodle series looking at tables.

Previous posts in this series

This time we are going to look at tables with Markdown.

You can create simple HTML tables with Markdown. Here is an example:

Name    | Age
--------|------
Fred    | 29
Jim     | 47
Harry   | 32

This will create a table that looks like this:

Name  Age
Fred  29
Jim   47
Harry 32

You can apply normal formatting to the cell contents (using HTML) however it’s probably much easier for most of us these days to create advanced tables using the Atto editor and a more visual interface.

More Markdown magic next time!

 

Stuart Mealor
Latest posts by Stuart Mealor (see all)

Stuart Mealor

Stuart is interested in all things e-learning, with specific interests in Moodle, e-learning strategy, and business development. His experience in education over 30 years, MBA in International Business, and knowledge of e-learning systems implementation, together with graphic design background, give him a unique skill set for e-learning projects.

Add a reply or comment...