Topic: Markdown

Markdown

Markdown For Monstra)
Markdown documentation http://daringfireball.net/projects/markdown/syntax

Download: markdown.zip

Monstra Loves You! Give some love back!

Re: Markdown

Are there any instructions for how to enable the Markdown functionality in Monstra? I have the Markdown Plugin installed, but I don't see any way to use Markdown in composing pages. Thanks.

Re: Markdown

harets, what Monstra version ?

Monstra Loves You! Give some love back!

Re: Markdown

I just installed Monstra 3.0.1.
I am new to Monstra, but have been using Markdown quite a while.

Re: Markdown

look here

dextra wrote:

How to write markdown
Writing markdown is the simplest thing you can imagine:

Bold and italic text
To create italic text you just need to surround the text by one star:
This is *italic text.*
Which will produce:
This is italic text.
And to create bold text you insert two stars:

And this is **bold text.**

Which will produce:
And this is bold text.
Headings
To create headings in markdown all you need to is add a hash sign before your content. One hash sign is the equivalent of an

, two means an

and so on until

:
# this is an heading 1
## this is an heading 2
### this is an heading 3
#### this is an heading 4
##### this is an heading 5
###### this is an heading 6

Paragraphs
Writing paragraphs is as simple as writing your text, and if you want to add another another paragraph you just need to press enter and in the next line a new paragraph will be added:
One paragraph

And here is another paragraph
Is the equivalent of:

One paragraph

And here is another paragraph

Blockquotes
To create blockquotes you need to add a angled bracket (>) before the text you want, like so:

> Somebody said this quote some years ago

Which is the same as:

Somebody said this quote some years ago

Links
Creating links is very simlar to HTML, you first place the text you want the user to see inside square brackets and then place the link location inside a pair of parentheses:

[test](http://www.example.com)

Which is the equivalent of:

Images
Images use the same basic syntax as links, but in images the text you place in square brackets will be the alt text and you also need to place an exclamation mark before everything to make markdown know that what you are writing is an image and not a link:

![My image](http://example.com/myimage.jpg)

Is the same as:

”My

Unordered Lists
To create a simple unordered list you only need to create the list items, you don’t need to worry about opening and closing the list. All you need to do is to add a line break, then add an asterisk before each item:

* One list item
* Another list item
* And a third one

Is the equivalent of:

  • One list item
  • Another list item
  • And a third one

Ordered Lists
Like the unordered lists you only need to concern yourself with the actual list items, there’s no opening or closing. To use an ordered list you just need to use numbers instead of asterisks:

1 One list item
2 Another list item
3 And a third one

Is the equivalent of:

  1. One list item
  2. Another list item
  3. And a third one
Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

Re: Markdown

But how do I turn on the Markdown functionality when I create a new page or edit an exiting page?

Re: Markdown

ok please wait I will create a tutorial video now

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

Re: Markdown

Video tutorial
that's okay;

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

Re: Markdown

Thank you. I was expecting a different editor. I will simply compose my markdown in my favorite editor and past into Monstra.

Re: Markdown

you can try morfy!

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website