This website is using a modified version of markdown for posts and comments. Some regular features are not supported, while other features are added.
Markdown in useful to add style to the text.
For example here is a text that I will write in the editor:
# Header
Some normal text. *Some italic text.* More normal text.
## Second level header
Text with some **bold characters**. A [link to wikipedia.](https://wikipedia.org)
A separation line:
___________________________
And an image:
or I can even nest an image into a link:[](https://wikipedia.org)
> And of course a quote.
And this is what this text will look like in the page:
Big Buck Bunny:
The Free Software Song:
Moria's Race:
Markdown is good for almost everything. But certain types of texts ( primarily movie scripts ) are not supported by regular markdown. There is a similar format to markdown called fountain that tries to be the markdown of movie-scripts. BDServer supports some of its features.
To start a script section use either INT.EXT. or ___script___.
To end a script section use a separator ___.
To do dialog enter the name of the character speaking all in caps like JOHN and then from the next line type the dialogue.
Like this:
EXT. SOME PLACE - DAY
John and Michael are talking to one another.
JOHN
Hello there
MICHAEL
Hello, John.
___
That is no longer script.