-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Center/right alignment (#165) * Update gdc.gs Added center/right alignment handling. * Update html.gs Added center/right alignment handling for headings. Adds text-align to header tag. * Update gdc.gs * Update gdc.gs Tweaked if statement to allow for Markdown right-alignment. * Superscript fix (#166) * Update gdc.gs Added center/right alignment handling. * Update html.gs Added center/right alignment handling for headings. Adds text-align to header tag. * Update gdc.gs * Update gdc.gs Moves closing of styles to the beginning of the loop to close styles before opening new ones. Moves opening superscript later in the loop with the other attributes. * Update gdc.gs Updated version info. --------- Co-authored-by: evbacher <[email protected]> * Add markdown checkboxes (#167) * Update gdc.gs Added center/right alignment handling. * Update html.gs Added center/right alignment handling for headings. Adds text-align to header tag. * Update gdc.gs * Update gdc.gs Moves closing of styles to the beginning of the loop to close styles before opening new ones. Moves opening superscript later in the loop with the other attributes. * Update gdc.gs Updated version info. * Update gdc.gs Added support for Markdown checkboxes. --------- Co-authored-by: evbacher <[email protected]> * Target=" blank" (#168) * Update gdc.gs Added center/right alignment handling. * Update html.gs Added center/right alignment handling for headings. Adds text-align to header tag. * Update gdc.gs * Update gdc.gs Moves closing of styles to the beginning of the loop to close styles before opening new ones. Moves opening superscript later in the loop with the other attributes. * Update gdc.gs Updated version info. * Update gdc.gs Added support for Markdown checkboxes. * Update sidebar.html Add option for target="_blank" to menu * Update gdc.gs Adds target="_blank" to links in HTML if target="_blank" is selected in the sidebar. * Update gdc.gs Updated version number. * Update gdc.gs Add a comment that points to glyph type enum doc in case this ever breaks. --------- Co-authored-by: evbacher <[email protected]> * Close <li> tags (#169) * Update gdc.gs Added center/right alignment handling. * Update html.gs Added center/right alignment handling for headings. Adds text-align to header tag. * Update gdc.gs * Update gdc.gs Moves closing of styles to the beginning of the loop to close styles before opening new ones. Moves opening superscript later in the loop with the other attributes. * Update gdc.gs Updated version info. * Update gdc.gs Added support for Markdown checkboxes. * Update sidebar.html Add option for target="_blank" to menu * Update gdc.gs Adds target="_blank" to links in HTML if target="_blank" is selected in the sidebar. * Update gdc.gs Updated version number. * Update gdc.gs Added list handling to properly close li tags. This makes sure they close at the end of the paragraph. * Update html.gs Added extra handling to close li tags. In short, they need to be closed right before opening a new li tag. Otherwise, they should be closed before closing out the whole list. * Update gdc.gs Updated files changed. --------- Co-authored-by: evbacher <[email protected]> * Remove target="_blank" for now (#171) * Update gdc.gs Remove target="_blank" option for now. * Update sidebar.html Remove target="_blank" option for now. * Update appsscript.json 1.0B38 version Update oauthScopes. --------- Co-authored-by: sevenshamrocks <[email protected]>
- Loading branch information
1 parent
95f0195
commit eca9a00
Showing
4 changed files
with
136 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.