skia2/site/user
Cary Clark 2be81cf973 Condense embedded formulas.
Bookmaker delimits formulas and equations to allow
representing variables and symbols without tripping
up reference lookup, spell checking, and comment
generation.

Before, formulas were represented with:
some text
#Formula
(x + y, 0)
##
, and more text

This made it difficult to know when spacing should
be preserved before and after the formula. Now,
formulas are represented with:
some text #Formula # (x + y, 0) ##, and more text

The presence or absence of a space between ## and ,
is now significant (before it was not).

Also, formulas are bracketed by <code> in markdown
generation, so that variables stand out better.
See:
https://skia.org/user/api/SkBlendMode_Reference?cl=152781#Dst_Out
for an example.

Also fixed 100 column offenders and added a code
check to identify them. For the moment, 100 column
offenders are outed with SkDebugf but their presence
does not cause bookmaker to fail.

TBR=caryclark@google.com

Docs-Preview: https://skia.org/?cl=152781
Bug: skia:6898
Change-Id: If92a65a234f5d616bf4485984a8d219a6f04821a
Reviewed-on: https://skia-review.googlesource.com/152781
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-09-13 16:50:25 +00:00
..
api Condense embedded formulas. 2018-09-13 16:50:25 +00:00
modules change language for pathkit 2018-09-12 13:40:34 +00:00
sample Fix typo in viewer docs 2018-09-05 14:14:22 +00:00
special Reland "Remove old references to SampleApp" 2018-06-18 21:09:09 +00:00
build.md Remove .bat and .exe from commands where possible. 2018-06-19 17:29:15 +00:00
download.md Changes to site documentation 2018-01-11 19:47:58 +00:00
index.md Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
issue-tracker.md Expand Issue Tracking docs to include triage, Chrome instructions 2016-08-18 18:32:17 -07:00
METADATA add skia.org modules section, animation page 2018-08-08 14:30:03 +00:00
tips.md scripts to generate [m]skps, documentation 2018-03-13 15:08:02 +00:00