feat: add asciidoc live preview (#27)

- add live preview functionality for local doc development
- document setup prerequisites and usage in README
- include basic troubleshooting guide
- run pre-commit on all files
This commit is contained in:
Julio Estrada
2024-12-24 15:40:38 -05:00
committed by Julio C. Estrada
parent 0d189f8dba
commit 8e0507c040
4 changed files with 258 additions and 3 deletions

View File

@@ -438,7 +438,7 @@ See <<chars_format overview>> for description.
[#integral_usage_notes_]
* All built-in integral types are allowed except bool which is deleted
* from_chars for integral type is constexpr (BOOST_CHARCONV_CONSTEXPR is defined) when:
** compiled using `-std=c++14` or newer
** compiled using `-std=c++14` or newer
** using a compiler with `\__builtin_ is_constant_evaluated`
* These functions have been tested to support `\__int128` and `unsigned __int128`
@@ -993,4 +993,3 @@ This documentation is copyright 2022-2023 Peter Dimov and Matt Borland and is di
the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
:leveloffset: -1