-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First announcement and Homework 1 description #29
Comments
Hi @aammd How can I add a dagger (unicode 2020) to my readme text? I couldn't find out how to do it. :( |
Hey @BIOL548O/2017_students |
Hi @aesmith2 , Hm, i've never done that before! Looks like you can do according to this website
this is a more general point that all @BIOL548O/2017_students might be interested in: Markdown is merely an easy way to write HTML, therefore any and all HTML can be used in a markdown document. That means that if you want to do something a little bit beyond the very basic formatting that Markdown allows, you may resort to HTML to solve it (e.g. the two solutions above are HTML encodings for the dagger symbol) |
hi @aesmith2 et al, tl;dr : that superscript command ( Superscripts and subscripts are not going to work in your README files. This is because there are in fact several dialects of Markdown, and not all support every feature. For example, so-called Github Flavoured Markdown does not have superscripts. The markdown described in Rstudio's Help dialog is a related, but distinct, dialect of Markdown: this is "Pandoc markdown", named for pandoc, the powerful document-conversion software. Pandoc is already installed on all (most?) of your laptops, because it is installed with an R package called A long-winded answer! But believe me, there is a lot of discussion about Markdown dialects. I felt you deserved to know the truth. |
I was able to get superscript to work by using < sup >entertexthere</ sup > as the code (minus the spaces between the < and sup>). Yahoooo! |
@BIOL548O/2017_students I forgot to add an important basic detail: the homework is due by the start of class on Tuesday. |
Hi @BIOL548O/2017_students. When I upload a picture it is lying down instead of standing. Has anyone figured out how to turn pictures? |
@BIOL548O/2016_students ![caption] (image.jpg) in Rstudio gives me the picture in github, but not the caption... |
@torhanssonfrank I think there might be a default to upload the pictures in landscape orientation. You might have to change the size of the image to get it to upload in portrait orientation. Or crop them if possible. Just a thought... |
@moodle2 to add a caption to your picture, just write the caption text on the next line of your readme.md. The text in the [] is alt text which shows up when your picture doesn't - it won't appear as a caption. |
Alright, thanks :) @rstorlund |
Hello @BIOL548O/2017_students !
This is a "Github Issue". They are a handy way of keeping discussions together on github. The purpose of this particular issue is twofold:
This is an empty repository called Discussion. Any issue you post here can be read by anyone, and we can use this space to talk about questions related to the class. To attract someone's attention, write
@
followed by their username. If you want to ask me a question, use @aammd. If you want to talk to everyone, use @BIOL548O/2017_students .A written explanation of the homework assignment: turn the README for your project into a brief description of your chosen data set. Try to practice some Markdown formatting techniques (for a full list see
Help > Markdown Quick Reference
). You can experiment with adding photographs or adding bold or italic words. See this project of mine for some ideas (raw markdown here)If you have any questions, feel free to get in touch -- perhaps below, or in a new issue!
Have a good weekend,
Andrew
The text was updated successfully, but these errors were encountered: