|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Textile Reference
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"A Textile Reference
Sections: Writing in Textile Quick Block Modifiers Quick Phrase Modifiers Attributes Lists External References Tables
Textile is a simple text markup. Simple symbols mark words’ emphasis. Blocks of text can be easily tagged as headers, quotes, or lists. A Textile document can then be converted to HTML for viewing on the web.
You can try Textile out on the Textile home page . Textile is also available as RedCloth for Ruby or PyTextile for Python.
Also refer to the Quick Reference for this guide.
Reading the Examples
In each section below, examples are provided to clearly illustrate. In each example, the Textile example is followed by the raw HTML it is translated into, followed by how the HTML appears in the browser.
Textile example → Converted to HTML Browser-view
1. Writing in Textile
Textile looks for paragraphs in your text. Paragraphs are separated by one blank line. Every paragraph is translated as an HTML paragraph.
A single paragraph. Followed by another. → <p>A single paragraph.</p> <p>Followed by another.</p> A single paragraph.
Followed by another.
Using HTML in Textile
You can certainly use HTML tags inside your Textile documents. HTML will only be escaped if it’s found in a pre or code block.
I am <b>very</b> serious. <pre> I am <b>very</b> serious. </pre> → <p>I am <b>very</b> serious.</p> <pre> I am < b> very</b> serious. </pre> I am very serious.
I am <b>very</b> serious.
Line Breaks
Line breaks are converted to HTML breaks.
I spoke. And none replied. → <p>I spoke. And none replied.</p> I spoke.
And none replied.
Line breaks can be disabled in RedCloth by turning on fol"
....
read entire page
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|