More readable unique docs - this is the easiest way I've found to have the uniques themselves stand out

This commit is contained in:
Yair Morgenstern 2022-02-23 16:26:07 +02:00
parent 1fa1c6885a
commit 1fcc59adb3
2 changed files with 366 additions and 366 deletions

View File

@ -72,7 +72,7 @@ class UniqueDocsWriter {
val uniqueText = if (targetType.key == UniqueTarget.Conditional) "<${uniqueType.text}>"
else uniqueType.text
lines += "#### $uniqueText"
lines += "### &#x1F537; $uniqueText"
if (uniqueType.text.contains('['))
lines += "Example: \"${replaceExamples(uniqueText)}\"\n"
lines += "Applicable to: " + uniqueType.targetTypes.sorted().joinToString()

File diff suppressed because it is too large Load Diff