What the ADOC reader shows
ADOC files are plain-text AsciiDoc source. This reader detects text encoding and displays the original source while estimating line count, headings, list items, and AsciiDoc-style macros. It accepts both .adoc na .asciidoc names and preserves the source text for inspection.
How to open an AsciiDoc file
- Choose a local file, drag it onto the page, or load a URL that permits browser access.
- Review the detected encoding and source statistics.
- Read or copy the raw source; if the payload appears binary, use the binary-safe metadata fallback instead of relying on garbled text.
Rendering limitations
This page is a source reader, not a full Asciidoctor publishing engine. It does not expand includes, execute extensions, resolve document attributes from a build environment, or render diagrams and remote assets. For a final HTML or PDF result, process the document with the same AsciiDoc toolchain and attributes used by its author.
Ndani files are read in the browser. URL loading contacts only the URL supplied and remains subject to the source server's CORS policy.