Skip to content

kharshriya/file-conversion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HTML to Markdown Conversion

This script will convert HTML files to Markdown files abiding to markdown standards.

Installation

  1. Install Python on your system

  2. Install Mardownify library

    pip3 install markdownify

Developer Portal Content Repo(apigee-portal-content)

The content of Developer Portal is available in this repo in html file format. You can fork the repo and clone it locally to access the html files at ease of the page you want to migrate.

Usage

html_to_md_folder.py Script

Use above script when you want to convert more than one html file to md file. You would need to place all the html file in a folder and pass folder name as argument in the script. You can choose any folder from cloned apigee-portal-content repo for testing.

html_to_md_file.py Script

Use above script when you want to convert one html file to md file. You would need to pass html file path and output path with md file name. You can choose any file from cloned apigee-portal-content repo for testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%