
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
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.
Run the following command to install markiflax
npm install -g markiflax
On macOS/Linux:
sudo npm install -g markiflax
To use the application you need to do the following:
{
"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
If you would like to contribute to this project the repo is here: https://github.com/Elie-Soued/markiflax
FAQs
A markdown to website converter using Express and Showdown.
The npm package markiflax receives a total of 1 weekly downloads. As such, markiflax popularity was classified as not popular.
We found that markiflax demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.