Skip to content

mpneuried/html_2_markdown_compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare node.js html to markdown converter

This is a small tool to compare the results of 3 different node.js html 2 markdown converters.

The tool converts html, delivered by a json, to markdown using on of the above converters. The result will then converter back to html by marked. To compare the results all results including the genertated md sources are displayed within a table. To evaluate the results the first row display's the original html

node convert.js

If you want to use your own data.json just add it.

node convert.js ./mydata.json

The json should contain an array of html strings to convert to markdown.

Release History

Version Date Description
0.0.1 2015-01-29 Initial version

Other projects

Name Description
rsmq A really simple message queue based on Redis
rsmq-worker Helper to simply implement a worker RSMQ ( Redis Simple Message Queue ).
redis-notifications A redis based notification engine. It implements the rsmq-worker to savely create notifications and recurring reports
node-cache Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
redis-sessions An advanced session store for NodeJS and Redis
connect-redis-sessions A connect or express middleware to simply use the redis sessions. With redis sessions you can handle multiple sessions per user_id.
systemhealth Node module to run simple custom checks for your machine or it's connections. It will use redis-heartbeat to send the current state to redis.
task-queue-worker A powerful tool for background processing of tasks that are run by making standard http requests.
soyer Soyer is small lib for serverside use of Google Closure Templates with node.js.
grunt-soy-compile Compile Goggle Closure Templates ( SOY ) templates inclding the handling of XLIFF language files.
backlunr A solution to bring Backbone Collections together with the browser fulltext search engine Lunr.js

The MIT License (MIT)

Copyright © 2015 M. Peter, http://www.tcs.de

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.

About

This is a small tool to compare the results of 3 different node.js html 2 markdown converters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published