Resolved - Allow markup at the start of the title for a blog post
implemented 23jul2013
For semantic or markup purposes, allow h1. or the pound sign to start the title line for Textile and Markdown posts respectively.
The markup syntax will be removed from the title as it's stored in the database. Of course, it remains in the markup content.
That way when viewing source or using the markup in another program, the title line will have the the appropriate markup syntax.
But it must be heading one level markup.
Examples:
- h1. Homemade Neapolitan-style pizza
- # Homemade Neapolitan-style pizza
I realize that Markdown provides other means of creating heading one level lines, but I'll only work with the single pound sign at the start.
The syntax does nothing else to the Junco app.
From JR's : articles
122 words - 747 chars
created on
updated on
import date 2013-08-12 21:51:41
- #
source
- versions
Related articles
Resolved - Add embed github code - Sep 24, 2013
Resolved - Remember which page last visited after leaving site - Jul 22, 2013
Resolved - Change frontpage command to draft - Jun 27, 2013
Resolved - Add reading time to a post - Oct 08, 2013
Resolved - Fix problem of not being able to save an old version - Sep 05, 2013
more >>