You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interesting use case in Bootstrap is that we want to write one file that contains multiple overlapping documents: e.g., the file contains both a student view and teacher view (such as pedagogy notes). There is benefit to authoring these all in one place (which is especially important for keeping it up-to-date). But then it needs to be split—using some kind of directive—into multiple documents. (The provision and use of these directives is itself a small challenge that, e.g., Markdown can't handle.)
N.B.: One can think of this as a kind of #ifdef.
Dorai can provide a very concrete example of this from the Bootstrap documentation. (In general, studying the Bootstrap documentation build docs w/ Dorai could be very valuable, because there are many complex scenarios in there, though I'm not sure how many kinds of scenarios there are—that analysis would itself be enlightening.)
The text was updated successfully, but these errors were encountered:
An interesting use case in Bootstrap is that we want to write one file that contains multiple overlapping documents: e.g., the file contains both a student view and teacher view (such as pedagogy notes). There is benefit to authoring these all in one place (which is especially important for keeping it up-to-date). But then it needs to be split—using some kind of directive—into multiple documents. (The provision and use of these directives is itself a small challenge that, e.g., Markdown can't handle.)
N.B.: One can think of this as a kind of
#ifdef
.Dorai can provide a very concrete example of this from the Bootstrap documentation. (In general, studying the Bootstrap documentation build docs w/ Dorai could be very valuable, because there are many complex scenarios in there, though I'm not sure how many kinds of scenarios there are—that analysis would itself be enlightening.)
The text was updated successfully, but these errors were encountered: