h1 Heading
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
custom heading id
Left direction marquee text
Horizontal Rule
Typography
Bold text
Italic text
underline text
Striketrough text
Code
- Inline code
- Multiline code
<script>
alert("Hello World")
</script>
Class usage
Defining class
---define
.myclass{
/*css style here*/
background-color: red;
}
---
Using class
this is a line with red background
Inline Styling
hello world
hello
hello
External css
stylesheet = https://cdn.jsdelivr.net/npm/@fire-ui/fire-ui@0.2.3/FireUI.min.css
External JavaScript
script = https://cdn.jsdelivr.net/npm/@fire-ui/fire-ui@0.2.3/FireUI.min.js
Link
AbstractMark
Image

Blockquotes
BlockquotesNested BlockquotesLorem ipsum
List
Unordered list
- Create an unordered list by starting a line with
-
- Sub-lists made by indenting n spaces or tab. Note that the n should be constant
- Try it now!
Ordered list
- Create an ordered list by starting a line with a number and a
.
(dot) - You can use sequential numbers or any number
- See this !!!
- And this !!!
Table
heading 1 | heading 2 |
---|
hello | world |
lorem | ipsum |
Task List