Search Results For “Tag:markup” - # - rss
JR:
Creating Markdown help documentation
- April 2015
https://github.com/gjtorikian/markdowntutorial.com
https://github.com/chrisalley/commonmark-website
https://github.com/michelf/mdtest
https://help.github.com/articles/markdown-basics
https://help.github.com/articles/...
more>>
- Apr 13, 2015
- #writing #markup #markdown
JR:
Testing fenced code block commands
- I'm typing this page in Markdown. I'll add another fence code block option, and I'll make it available, regardless of what markup language that I'm using, similar to my other custom formatting commands.
My custom fenced code block command code. / ...
more>>
5 min read
- Sep 23, 2014
- #junco #testing #markup #markdown #textile
JR:
Markdown Wars - September 2014
- Maybe this will be a new reality TV show. I'm glad that I have been writing in Textile, nearly every day since 2005.
My Junco and Grebe codebases allow markup writing in Textile, MultiMarkdown, and some HTML.
I've created my own flavor of Markd...
more>>
13 min read
- Sep 08, 2014
- #writing #markup #markdown #textile #design #blog_jr
JR:
ToledoTalk.com New Help Page
- As of Mar 28, 2014. Trying to simplify an overly complicated and long help page at TT.
Instructions for sending a private message to another user.
Suggestion: When creating a new thread post or a comment, click the "Preview" button to ensure li...
more>>
5 min read
- Sep 07, 2014
- #markup #textile
JR:
Markdown and Multimarkdown testing and documentation
- hidden comments
markdown/multimarkdown permits html style comments.
trying something different based upon this post.
it worked. the above "comments" do not appear anywhere in the html markup, so they are not seen with a view-source. they could...
more>>
4 min read
- Jun 18, 2014
- #grebe #markup #junco #multimarkdown
JR:
Markup Languages - Textile and Markdown
- A lot of this text is copied from
I've been using Textile since 2005 when I added this Perl module to my Parula code that become the wiki area at ToledoTalk.com. I did not like the standard wiki markup, and I found Textile, which was the syntax us...
more>>
2 min read
- May 15, 2014
- #textile #markdown #markup
JR:
Test post using Markdown
- Intro text should go here asdf lj las dflj lj lasjdfl l lasjdflj asldf la jalsj flafl asldfj alsdf adflja sdf al df l aldf la dfla dfl aldf ladflajf al fl dfj alksdf la dflk asldf lj aldf ladfslja sfj alsf la flaj sldfj alfs jalf la flja sflj a.
a...
more>>
1 min read
- Mar 10, 2014
- #markup #junco #markdown
JR:
Textile shortcuts
- Quick block modifiers
Header: hn.
Blockquote: bq.
Footnote: fnn.
Numeric list: #
Bulleted list: *
Quick phrase modifiers
emphasis
*strong*
citecitation/cite
deleted text
inserted text
superscript
subscript
span
bigger
smaller
code
To apply ...
more>>
- Dec 10, 2013
- #markup #textile #howto
JR:
Resolved - Add client-side Textile markup editor
- update 21aug2013: have now tagged this as #resolved. I'm going with the splitscreen setup that is currently in place. No need for a live preview editor on the client side right now. I have auto-save implemented.
Some new, interesting code found at ...
more>>
2 min read
- Aug 21, 2013
- #resolved #junco #editor #markup
JR:
Testing Textile definition lists
- Definition lists:
Textile code:
dl. textile:a cloth, especially one manufactured by weaving or knitting; a fabric
format:the arrangement of data for storage or display.
Becomes:
textile
a cloth, especially one manufactured by weavi...
more>>
- Aug 09, 2013
- #markup #textile
JR:
Resolved - Add Markdown support
- Implemented on July 2, 2013 - easy to incorporate.
Install John Gruber's Markdown Perl module.
Enable it within a blog post by using the command: markdown=yes
Textile will still be used by default.
The live-preview JavaScript editor will current...
more>>
- Jul 02, 2013
- #resolved #junco #markup