lunamark | Lua library for conversion between markup formats

 by   jgm C Version: Current License: MIT

kandi X-RAY | lunamark Summary

kandi X-RAY | lunamark Summary

lunamark is a C library typically used in Utilities applications. lunamark has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Lunamark is a lua library and command-line program for conversion of markdown to other textual formats. Currently HTML, dzslides (HTML5 slides), Docbook, ConTeXt, LaTeX, and Groff man are the supported output formats, but it is easy to add new writers or modify existing ones. The markdown parser is written using a PEG grammar and can also be modified by the user. The library is as portable as lua and has very good performance. It is roughly as fast as the author's own C library peg-markdown, two orders of magnitude faster than Markdown.pl, and three orders of magnitude faster than markdown.lua.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              lunamark has a low active ecosystem.
              It has 149 star(s) with 45 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 15 have been closed. On average issues are closed in 503 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of lunamark is current.

            kandi-Quality Quality

              lunamark has no bugs reported.

            kandi-Security Security

              lunamark has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              lunamark is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              lunamark releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lunamark
            Get all kandi verified functions for this library.

            lunamark Key Features

            No Key Features are available at this moment for lunamark.

            lunamark Examples and Code Snippets

            No Code Snippets are available at this moment for lunamark.

            Community Discussions

            Trending Discussions on lunamark

            QUESTION

            Creating tables in LDoc?
            Asked 2019-Jun-30 at 03:41

            How do I generate tables with LDoc and lua-discount? Do I need some special configuration or version?

            I am using LDoc to generate documentation for a game written in Lua. It works for the most part, but it uses markdown.lua which does not support markdown tables by default. So I switched it over to use lua-discount. But it still does not generate tables.

            • The LDoc documentation does specify that I can use lua-discount and that it provides support for tables.
            • I tried using an example table to isolate the problem.
            • Calling lua-discount directly with the table yields the same result.
            • Both LDoc and lua-discount were installed using luarocks without any version number.
            • I tried switching to lunamark but forgot to install it, so it defaulted back to lua-discount. So I know it is detecting lua-discount.

            My LDoc configuration:

            ...

            ANSWER

            Answered 2019-Jun-30 at 03:41

            I was directed to discord.gg/code for help, and someone there noticed I was using discount differently to what was documented. It turns out there are 2 completely different versions of lua-discount! http://asbradbury.org/projects/lua-discount/ (the version from luarocks) and https://github.com/craigbarnes/lua-discount.

            The version on luarocks is either outdated, or never actually had support for tables.

            So to fix this problem, I had to:

            • Download a forked version of the repository that uses CMake (https://github.com/squeek502/lua-discount).
            • Add discount to the empty discount folder.
            • Set LUA_DIR.
            • Make lua-discount (worked with Visual Studio 2019 Command Prompt).
            • Copy the release dll to luarocks.
            • Delete discount, which was installed to Program Files.

            Source https://stackoverflow.com/questions/56821793

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install lunamark

            You can download it from GitHub.

            Support

            Source code repositoryIssue trackerWebsiteAPI documentationlunamark(1)lunadoc(1)
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/jgm/lunamark.git

          • CLI

            gh repo clone jgm/lunamark

          • sshUrl

            git@github.com:jgm/lunamark.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular C Libraries

            linux

            by torvalds

            scrcpy

            by Genymobile

            netdata

            by netdata

            redis

            by redis

            git

            by git

            Try Top Libraries by jgm

            djot

            by jgmHTML

            pandocfilters

            by jgmPython