Skip to content

Instantly share code, notes, and snippets.

@jahidulsaeid
Last active November 16, 2020 10:48
Show Gist options
  • Select an option

  • Save jahidulsaeid/e5403b046c375334047570cd2d39c6dd to your computer and use it in GitHub Desktop.

Select an option

Save jahidulsaeid/e5403b046c375334047570cd2d39c6dd to your computer and use it in GitHub Desktop.

Revisions

  1. Jahidul Islam (Saeid) revised this gist Nov 16, 2020. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions markdown.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,10 @@
    ### Markdown syntax for images (external/internal):

    ![test](https://user-images.githubusercontent.com/33094067/99239500-57fc8500-2825-11eb-846f-ef2e924d1187.png)
    ```
    ![test](image_url)
    ```

    ### HTML code for sizing images (internal/external):

    <img src="https://user-images.githubusercontent.com/33094067/99239500-57fc8500-2825-11eb-846f-ef2e924d1187.png" width="48">
    ```
    <img src="image_url" width="48">
    ```
  2. Jahidul Islam (Saeid) revised this gist Nov 16, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion markdown.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ### Markdown syntax for images (external/internal):

    ![test](https://github.com/favicon.ico)
    ![test](https://user-images.githubusercontent.com/33094067/99239500-57fc8500-2825-11eb-846f-ef2e924d1187.png)

    ### HTML code for sizing images (internal/external):

  3. Jahidul Islam (Saeid) revised this gist Nov 16, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion markdown.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@

    ### HTML code for sizing images (internal/external):

    <img src="https://github.com/favicon.ico" width="48">
    <img src="https://user-images.githubusercontent.com/33094067/99239500-57fc8500-2825-11eb-846f-ef2e924d1187.png" width="48">
  4. Jahidul Islam (Saeid) revised this gist Nov 16, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions markdown.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    ### Markdown syntax for images (external/internal):

    ![test](https://github.com/favicon.ico)

    ### HTML code for sizing images (internal/external):

    <img src="https://github.com/favicon.ico" width="48">
  5. Jahidul Islam (Saeid) created this gist Nov 16, 2020.
    6 changes: 6 additions & 0 deletions markdown.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ### Markdown syntax for images (external/internal):

    ![test](https://github.com/favicon.ico)
    ### HTML code for sizing images (internal/external):

    <img src="https://github.com/favicon.ico" width="48">