排序
Generate HTML documentation from Markdown with Maven Site plugin
Generate HTML documentation from Markdown with Maven Site plugin,Preparing readable documentation, that is easy to maintain is not a trivial task and not a favourite one for most d...
Cleaning up markdown generated from pandoc with Python
Cleaning up markdown generated from pandoc with Python,I’ve been playing around with Pelican lately, using it to build my new Nimble Autonomy, LLC site (more on that soon). So far...
Build a Markdown-based Blog with Spring Boot – Part 3
Build a Markdown-based Blog with Spring Boot - Part 3, Markdown Blog with Spring Boot (6 Part Series) 1 Build a Markdown-based Blog with Spring Boot - Part 1 2 Build a Markdown-bas...
Markdown-ImageLocalize
Markdown-ImageLocalize,Project url:Img_link_to_local_markdown This is a python script that scans all the markdown files of a folder looking for images links, and substitutes the ur...
Scrape, Convert & Read on Kindle
Scrape, Convert & Read on Kindle, Why I created PyWebDoc2Ebook? I enjoy reading tech documentation every day. I am also a big fan of the Kindle e-reader, simply because it helps me...
Exporting your Twitter bookmarks in markdown file
Exporting your Twitter bookmarks in markdown file,People used to bookmark tweets using the like feature on Twitter. Later, they introduced Bookmarks feature that helps you save the...
What’s the deal with indentation sensitivity hate?
What's the deal with indentation sensitivity hate?,I saw four most common languages with indentation-based, as well as sensitive (how many spaces vs tab). Markdown Python Pug (a te...
Processing Markdown in Python using available CommonMark implementations: cmarkgfm, paka.cmark, and mistletoe
Processing Markdown in Python using available CommonMark implementations: cmarkgfm, paka.cmark, and mistletoe,Markdown is 'just enough markup' to write most of the documents I writ...
Working with Markdown in Python
Working with Markdown in Python,This article was originally written by Ravgeet Dhillon on the Honeybadger Developer Blog. If you use the Internet, you have surely come across the t...
Converting “.ipynb” Files to Other File Format
Converting '.ipynb' Files to Other File Format,I love using Jupyter Notebook especially when I'm learning something new with Python. Aside from using it with Pandas, it allows me t...
Setting Up Pelican Static Site Generator
Setting Up Pelican Static Site Generator, Creating a Pelican Static Site (2 Part Series) 1 Setting Up Pelican Static Site Generator 2 Deploying Your Pelican Static Site To Netlify ...
Adding new feature of markdown in my ssg Application
Adding new feature of markdown in my ssg Application,As a school work, lab3 on Open source development course, I added two more features in my SSG application, that was revised by ...