All
All
Projects
Snippets
Go
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Projects
Snippets
Collaboration Today
Sign In
Username
Password
Forgotten your login credentials?
Login
Register
All
All
Projects
Snippets
Go
OpenNTF Flavoured Markdown
Large Heading
============
Paragraphs are separated by a blank line.
some basic text formatting
. *Italic*, **bold**, `monospace`.
Lists:
* one
* two
* three
> Block quotes can be entered with brackets
>
> This great!
A smaller header
------------
More lists
1. first item
2. second item
3. third item
Code can be highlighted by adding four spaces at the front
10 Print "I love XPages"
20 Goto 10
Or you can put three wiggles before and after...
~~~
public static void String whoDoYouLove() {
return "OpenNTF.org!";
}
~~~
Images from the clipboard can be pasted anywhere into the box
you tube videos can be entered embedded like so:
[youtube](Oj2MQZlGs2U)
See
Daring Fireball's site
for more details