webc v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
webc-md.h File Reference
#include "webc-core.h"
Include dependency graph for webc-md.h:

Go to the source code of this file.

Functions

WEBCAPI Cstr WEBC_MarkdownToHtml (Cstr path)
 
WEBCAPI Cstr WEBC_MarkdownToHtmlText (Cstr md)
 

Detailed Description

MIT License

Copyright (c) 2024 Konstantinos Despoinidis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author
KDesp73 (Konstantinos Despoinidis)
Version
0.0.2

Function Documentation

◆ WEBC_MarkdownToHtml()

WEBCAPI Cstr WEBC_MarkdownToHtml ( Cstr path)

Converts the content of the markdown file into html

Parameters
pathThe path of the markdown file to convert
Returns
const char* The html

◆ WEBC_MarkdownToHtmlText()

WEBCAPI Cstr WEBC_MarkdownToHtmlText ( Cstr md)

Converts the markdown into html

Parameters
mdThe markdown text
Returns
const char* The html