Skip to content

bradwright/rst-to-semantic-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RST to semantic HTML5 Writer

Originally written to power my blog, this project grew out of my tiredness with the crappy HTML produced by reStructuredText's default writers.

Basically I didn't want to see HTML like:

<div class="section" id="my-section-name">...</div>

when HTML5 has perfectly good semantics for that:

<section id="my-section-name">..</section>

as a basic example.

About

A semantic and minimal HTML5 writer for ReStructured Text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages