NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git
MarkdownComposerHint.tsx
export function MarkdownComposerHint() {
  return (
    <section className="markdown-helper" aria-label="Markdown supported">
      <div className="markdown-helper__header">
        <p className="eyebrow">Composer</p>
        <h4>Markdown supported</h4>
      </div>
      <div className="markdown-helper__body">
        <code># Heading</code>
        <code>- Bullet list</code>
        <code>```code```</code>
        <code>&gt; Quote</code>
        <code>[Link](https://example.com)</code>
      </div>
      <p className="markdown-helper__note">Paste Markdown and Ledger will format it automatically.</p>
    </section>
  );
}