Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Markdown Reader

A simple and efficient tool for reading and testing Markdown files. This repository serves as a playground for experimenting with various Markdown syntax and features.

Features

  • Preview Markdown files in real-time
  • Test different Markdown syntax
  • Experiment with formatting options
  • Validate Markdown compatibility

Markdown Examples

Here are some common Markdown elements you can test:

Text Formatting

  • Bold text using **text**
  • Italic text using *text*
  • Strikethrough using ~~text~~

Lists

  1. Ordered lists
  2. Use numbers
  3. Like this
  • Unordered lists
  • Use hyphens
  • Or asterisks

Code Blocks

def hello_world():
    print("Hello, Markdown!")

Tables

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

Links and Images

Link example

Image placeholder

Getting Started

  1. Clone this repository:
    git clone https://github.com/Laboratoriet/Markdown-test.git
  2. Open any Markdown file in your preferred Markdown editor
  3. Start experimenting with different Markdown syntax

Contributing

Feel free to contribute by:

  • Testing different Markdown syntax
  • Adding new examples
  • Reporting rendering issues
  • Suggesting improvements

License

This project is open source and available under the MIT License.

About

A repository for testing markdown functionality

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors