m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #markdown

AodeRelay boosted

[?]Radio_Azureus » 🌐
@Radio_Azureus@ioc.exchange

Pandoc a universal document converter

If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between the following formats:

(← = conversion from; → = conversion to; ↔︎ = conversion from and to)

Lightweight markup formats

    ↔︎ Markdown (including CommonMark and GitHub-flavored Markdown)
↔︎ reStructuredText
↔︎ AsciiDoc
↔︎ Emacs Org-Mode
↔︎ Emacs Muse
↔︎ Textile
→ Markua
← txt2tags
↔︎ djot
→ BBCode

pandoc.org/

pandoc.org/demos.html

    AodeRelay boosted

    [?]Radio_Azureus » 🌐
    @Radio_Azureus@ioc.exchange

    cmark

    cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. (For the JavaScript reference implementation, see commonmark.js.)

    It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents.

    Advantages of this library:

    • Portable. The library and program are written in standard C99 and have no external dependencies. They have been tested with MSVC, gcc, tcc, and clang.
    • Fast. cmark can render a Markdown version of War and Peace in the blink of an eye (127 milliseconds on a ten year old laptop, vs. 100-400 milliseconds for an eye blink). In our benchmarks, cmark is 10,000 times faster than the original Markdown.pl, and on par with the very fastest available Markdown processors.
    • Accurate. The library passes all CommonMark conformance tests.
    • Standardized. The library can be expected to parse CommonMark the same way as any other conforming parser. So, for example, you can use commonmark.js on the client to preview content that will be rendered on the server using cmark.
    • Robust. The library has been extensively fuzz-tested using american fuzzy lop. The test suite includes pathological cases that bring many other Markdown parsers to a crawl (for example, thousands-deep nested bracketed text or block quotes).
    • Flexible. CommonMark input is parsed to an AST which can be manipulated programmatically prior to rendering.

    github.com/commonmark/cmark

      AodeRelay boosted

      [?]Radio_Azureus » 🌐
      @Radio_Azureus@ioc.exchange

      I needed a markdown editor which just does its job in Xorg so

      TII (Today I installed)

      ghostwriter

      markdown editor

      I have transcribed all of the docs as an exercise! (I will not copy paste those here though ')

      I've also installed

      [     0.177 687042 ghostwriter ] INFO      Using pandoc version 3.1.11.1
      [ 0.234 687042 ghostwriter ] INFO Using multimarkdown version 1.35
      [ 0.235 687042 ghostwriter ] INFO Using cmark version 0.30.2
      • pandoc
      • multimarkdown
      • cmark

      ghostwriter.kde.org/

      pandoc.org/

      fletcher.github.io/MultiMarkdo

      github.com/commonmark/cmark

      Quote:

      Distraction-Free Writing

      Enjoy a distraction-free writing experience, including a full screen mode and a clean interface. With Markdown, you can write now, and format later.

      • Themes

      The built-in light and dark themes provide an aesthetic writing experience out of the box. If the these are not enough, you can create your very own!

      • Live Preview

      Preview your Markdown document in HTML. With the live preview, you can copy the HTML to paste into your blog, or export to another format.

      Z

      Sources:

      ghostwriter.kde.org/documentat

        [?]Guillaume » 🌐
        @atlza@mamot.fr

        Je crois que j'ai fait le tour de toutes les applis de prise de notes et je n'en ai pas trouvé une qui soit :

        - open-source
        - local first (fichiers .md sur le HD)
        - avec une option de synchro
        - avec une app android, iOs, linux et Mac.

        Les plus répandues :
        - obsidian : pas open source, et je la trouve pas très "forte" en édition md (genre les tables)
        - joplin : renomme les fichiers, un enfer.
        - notesnook : fichiers dans un "vault".

          AodeRelay boosted

          [?]🧊 freezr 🥶 » 🌐
          @freezr@friendica.myportal.social

          Today I learned!

          this handy command to read a file on your terminal:

          pandoc your-file.md | lynx -stdin

          Yep, you need to install and .

          If you know a better solution, please, share it! 🙏

          Everything on my beloved tiny box!

          🦾

            3 ★ 2 ↺

            [?]Marek S. Ł. » 🌐
            @marek@m5l.eu

            I think I made a really nice setup for marrying technical documentation with academic citations in . It was as simple as writing a little script using a citation library (PybTeX) and then incorporating it into the build process.

            See it working at https://marsh-sim.github.io/bibliography/

            Because everything is written in regular files, the editor can autocomplete citation keys without any special tooling - they are just sections in another file. This kind of interoperability is why simple tools like text files and are so great.

            I'm not a fan of hosting it on GitHub anymore, but there are already links in various places that I can't update, so this is the reasonable thing to do.