asciidoctor.js VS libasciidoc

Compare asciidoctor.js vs libasciidoc and see what are their differences.

asciidoctor.js

:scroll: A JavaScript port of Asciidoctor, a modern implementation of AsciiDoc (by asciidoctor)

libasciidoc

A Golang library for processing Asciidoc files. (by bytesparadise)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
asciidoctor.js libasciidoc
2 3
712 192
1.4% -1.0%
6.5 4.3
3 days ago 28 days ago
JavaScript Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

asciidoctor.js

Posts with mentions or reviews of asciidoctor.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-10.
  • ASCIIDoc Preprocessor for Use With SvelteKit?
    2 projects | /r/sveltejs | 10 Aug 2021
    I've been looking around for a ASCIIDoc preprocessor a la svelte-preprocess-markdown. I'm pretty sure I could accomplish it with marked extensions (or I could try and write my own preprocessor with asciidoctor.js) but I'm wondering if anyone knows of some additional resources that might help.
  • Compare AsciiDoc and Markdown
    6 projects | news.ycombinator.com | 5 Jul 2021
    As can be seen here, GitHub renders Asciidoc just fine: https://github.com/asciidoctor/asciidoctor.js

libasciidoc

Posts with mentions or reviews of libasciidoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-30.
  • Learning HTML was too hard so I made a compiler instead
    2 projects | /r/programming | 30 Jun 2022
    AsciiDoc is the language, AsciiDoctor is an implementation in Ruby. There are other implementations, such as libasciidoc for Go: https://github.com/bytesparadise/libasciidoc.
  • Compare AsciiDoc and Markdown
    6 projects | news.ycombinator.com | 5 Jul 2021
    If you mean libasciidoc for Go, it does not support all the AsciiDoc features [1]. The JS parser is transpiled [2] from the Ruby implementation (which is not a bad thing, it's something most languages can't have).

    My favourites are Rust and Haskell. Neither of them had a parcer until recently (even though the original implementation has been around for a few years now). Both are at early development stages at the moment.

    [1]: https://github.com/bytesparadise/libasciidoc/blob/master/LIM...

  • Couple of other implementations in GO
    2 projects | /r/asciidoc | 11 May 2021

What are some alternatives?

When comparing asciidoctor.js and libasciidoc you can also consider the following projects:

marktext - 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.

markup - Determines which markup library to use to render a content file (e.g. README) on GitHub

asciidoctor-web-pdf - Convert AsciiDoc documents to PDF using web technologies

asciidoctor-go - [mirror] Native Go module for parsing and converting asciidoc markup language.

asciidoctor-mathematical - An extension for Asciidoctor that converts the content of STEM blocks and inline macros using Mathematical.

commonmark-spec - CommonMark spec, with reference implementations in C and JavaScript

blockprotocol - ✨ The open-source standard for blocks. From @hashintel