•
2 min read
Programming Kedua Saya
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa vitae, incidunt, asperiores autem laboriosam, eaque tempore facilis odio suscipit pariatur nihil ipsum consectetur odit perferendis. Modi ea mollitia nam quaerat.
this s a quote
A backslash
before a line break
Some console.log("Hello, World!)
for inline
Some console.log("Hello, World!)
for inline
Some console.log("Hello, World!)
for inline
import Link from "next/link";
interface AnchorLinkProps {
href: string;
children: string;
target?: "_blank" | "_parent" | "_self" | "_top";
}
const AnchorLink = ({ href, children, target }: AnchorLinkProps) => {
return (
<Link
href={href}
target={target}
className="text-secondary-200 hover:text-accent font-medium transition-colors duration-300 ease-in-out"
>
{children}
</Link>
);
};
export default Anchor;
export default AnchorLink;
Some asterisks for emphasis.
Three asterisks for thematic break
- asteriks for unordered items
- asteriks for unordered items
- asteriks for unordered items
- decimals and a dot for ordered items
- decimals and a dot for ordered items
- decimals and a dot for ordered items
Two asterisks for strong.
- to do
- done
GFM
Autolink literals
www.example.com, https://example.com, and contact@example.com.
Footnote
Strikethrough
one or two tildes.
Table
No. | Salary | Amount | Percentage | No. | Salary | Amount | Percentage | No. | Salary | Amount | Percentage |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | 200 | 300 | 4% | 1 | 200 | 300 | 5% | 1 | 200 | 300 | 4% |
1 | 200 | 300 | 4% | 1 | 200 | 300 | 5% | 1 | 200 | 300 | 4% |
1 | 200 | 300 | 4% | 1 | 200 | 300 | 5% | 1 | 200 | 300 | 4% |
1 | 200 | 300 | 4% | 1 | 200 | 300 | 5% | 1 | 200 | 300 | 4% |
Tasklist
- Watering a plant
- Add some fertilizer for extra nutritions