Skip to content

MrQuba/mdhtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDHTML

What is it?

MDHTML is a small project I made that allows to convert markdown like syntax into html.

Is it useful?

It depends, for a small scale websites, or as a base it might work well. For more complex, bigger websites it might not be too good, unless used as a base.

File structure

  • examples/ - directory containing examples, both results (.html) and code (.mdh)
  • examples.md - contains short description of each example + example command to create them
  • mdhtml_s.cpp - whole code in a single file, where you put code inside string and compile it
  • mdhtml.cpp, mdhtml.hpp - main code files

Usage

./program_name -f path/to/file

Syntax

symbol text;

Symbols

# - <hx> // where x is size dependent on amount of #'s, # -> <h1>, ## -> <h2>, etc.
@ - <p>
! - links stylesheet // ! path;
$ - <title>
* - <img> // * path;

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages