Add an indent option for preamble text.

Review Request #11697 — Created July 1, 2021 and submitted

Information

DiffX
master

Reviewers

Preamble text is free-form text that's often user-provided. As such,
it's important to avoid parsing issues due to that text.

Git solves this by indenting this content 4 spaces. We're leaving
indentation as a recommendation, and adding an indent= option for
preamble sections to hint to the parser how much space to strip away
from each line.

Built the docs. Checked the code samples and new text for errors.

Summary ID
Add an indent option for preamble text.
Preamble text is free-form text that's often user-provided. As such, it's important to avoid parsing issues due to that text. Git solves this by indenting this content 4 spaces. We're leaving indentation as a recommendation, and adding an `indent=` option for preamble sections to hint to the parser how much space to strip away from each line.
624aa512af9ebfa4a4839e6c86eaad92cd618903
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (4c349fd)
Loading...