-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
``` | ||
Transform you semantic HTML to RFC documents | ||
Abstract | ||
Convert your blog / article to authentic looking RFC documents. | ||
Created with Markdown in mind, but applies for any HTML document. | ||
Installation | ||
1. Include the CSS file on your webpage. | ||
2. Add the attribute `data-rfc` to the article root element, for | ||
example, `<body data-rfc>`. | ||
Repository | ||
This project uses Hugo to rapidly build and test various pages. Any | ||
text here is purely for testing purposes, and MUST NOT be assumed to | ||
hold any weight. | ||
Author | ||
Vladimirs Nordholm | ||
– @vladdeSV | ||
``` |