New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

markiflax

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markiflax

A markdown to website converter using Express and Showdown.

latest
npmnpm
Version
1.0.7
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Introduction

Markiflax allows you to create a fully functioning website just by writing Markdown files.
The app uses the powerful Showdown package to convert Markdown into clean HTML,making it perfect for blogs, notes, documentation, and more.
It is configurable and the user can choose to edit the landing page as needed by providing a config.json file.

Installation

Run the following command to install markiflax

npm install -g markiflax

On macOS/Linux:

sudo npm install -g markiflax

Getting started

To use the application you need to do the following:

  • Navigate to a directory where you would like to run the application.
  • Create a directory called "content" in which you can create sub-directories.
  • In the sub-directories, create markdown files (don't forget to use the .md extension).
  • Create a JSON file to define your website configuration. This is an example:

{
    "port": 3000,
    "title": "📝 My app title",
    "undertitle": "One line to describe what my app does",
    "paragraph": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
    "footer": "✨ My amazing footer!",
    "show_table_of_content": true,
    "show_footer": true,
    "show_paragraph":true,
    "show_title":true,
    "show_undertitle":true,
    "paginationOffsetConfig":0,
    "paginationlimitConfig":5
  }
  • If you want to add images to your application, place them at the root level of your application like this /public/images/your_image.png.

  • Run the following command


markiflax

Contribute

If you would like to contribute to this project the repo is here: https://github.com/Elie-Soued/markiflax

Keywords

markdown

FAQs

Package last updated on 26 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts