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
If a table is not flush-left, it is not parsed as a table and squashed into one line as if it were regular text.
Example: The table is indented to match the list level (this table is under list item 5). Running the tool destroys the table.
Before:
After:
Source markdown for the example:
## Publishing PROJECT.WebUI
1. Open the Solution Explorer
2. Right-click on PROJECT.WebUI
3. Click "Publish"
4. Choose "PUB" in the dropdown box, if it is not already selected
5. Ensure the following settings are correct:
Setting | Value
---------------------- | -------------------------
Target location | `C:\VSOnline\PROJECT_DEPLOY`
Delete Existing Files: | `True`
Configuration | `Release`
6. Click "Publish"
The text was updated successfully, but these errors were encountered:
If a table is not flush-left, it is not parsed as a table and squashed into one line as if it were regular text.
Example: The table is indented to match the list level (this table is under list item 5). Running the tool destroys the table.
Before:
After:
Source markdown for the example:
The text was updated successfully, but these errors were encountered: